RE: IDE question

new topic     » topic index » view thread      » older message » newer message

When using IDE, the prj file is read by IDE and the exw file is generated by
IDE. If you are looking at an existing prj and exw file, when you open IDE
with the prj file, it does not know there is an "include database.e"
statement in the exw file. There are basically two methods to provide that
statement via the prj file. 1 - in an event for a control (or window) in
Code Editor write the statement or 2 - use Menu Generate Tools/Manage
Include Statements and add database.e which will generate the statement for
you. You must also have the source for database.e in Euphoria/Include, in
one of your EuINC folders or the same folder as your prj file and the path,
if present, in Manage Include Statements must be the same. In the prj file
the include files are under #Module. With recent prj files the path is in
#PathModule.

HTH
--judith

Jim writes:
Hello,
I have a project of the addressbook and I have the two files
Addressbook7.exw and addressbook7.prj.
When I run the project in IDE I get the message that it can't open
c:\euphoria\demo\projects\DATABASE.e
I edit the Addressbook.exw and find the include statement
c:\euphoria\projects\\database.e. I delete this statement and then try to
run from IDE addressbook7.prj. I still get the error. I do not find the
include statement in the prj file?
Jim

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu