Re: Includes and subdirectories
- Posted by Robert Craig <rds at ATTCANADA.NET> Apr 25, 1999
- 405 views
Scott Murray writes: > What I mean, is that I've got my .ex program source in a > directory, and all the includes in a subdirectory, which works > fine except that most of the includes include each other and > they're not resolved properly by the interpretor. Someone pointed this out before. Euphoria looks in the directory containing the main .ex (.exw) file, then it looks in euphoria\include. You can also provide the full path. Some applications would benefit from a more sophisticated scheme. I'll look into improving this, perhaps as part of a general improvement of the "namespace" situation. Regards, Rob Craig Rapid Deployment Software http://members.aol.com/FilesEu/