Maybe it's meant like this, but.... (Rob?)
- Posted by Einar Mogen <nord.staernes at ROLLAG.MAIL.TELIA.COM> Jul 25, 1998
- 656 views
....my main program includes a file like this: include others\foo.e then the file foo.e includes another file: include bar.e Both foo.e and bar.e lies in the directory others, but when bar.e is included, ex.exe looks in the main programs directory and c:\euphoria\include, and not in others\. Perhaps it is supposed to work like this, but I am tempted to call it a bug. The reason I just don't want to change the include in foo.e to: include others\bar.e is that it then would complain if some other person copied both files to the main directory of some other program that includes them. If you see what I mean. E.g: include foo.e would not work directly. Einar