relative include paths

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

I was surprised to discover that relative include paths work! :)

I also discovered a problem though...

Here is what I have:
 The directory structure:
   test.exw
   Test_Dir
      test.exw

<Test_Dir/test.ew>
 global function Test_Check()
   return 1
 end function
<END Test_Dir/test.ew>

<test.exw>
 include Test_Dir/test.ew
 include ./Test_Dir/test.ew

 ? Test_Check()
<END test.exw>

It says I need a namespace qualifier for Test_Check()
It appears that EU doesn't recognize that ./Test_Dir/test.ew is the same 
as Test_Dir/test.ew

Chris

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

Search



Quick Links

User menu

Not signed in.

Misc Menu