ver 4.0 include problem
- Posted by bernie Sep 01, 2008
- 971 views
Why do include files that are located in the STD directory include other files in the same directory like the following: ?? file wildcard.e has the following include in it. include std/text.e as txt -- upper/lower Because the include file text.e is in the same directory I get this error. D:\#EU40\INCLUDE\std/wildcard.e:178 upper has not been declared pattern = txt:upper(pattern) ^ When running ecw -bor eu.ex in the source directory. This my euinc using set command. EUINC=D:\#EU40\INCLUDE;D:\#EU40\INCLUDE\STD;C:\wmotor\include;C:\CLIB Yes I downloaded the latest SVN