Re: 4.0 include system question
- Posted by twbeaty Aug 15, 2008
- 930 views
murphy said...
Someday I shall learn to use markup!
murphy said...
try this:
export include a.e export include b.e
Put those at the top of c.e, include c.e in your program, voila, a and b stuff should be there too.
Hope I got that right
Right, that's what I'm doing in this case. The includes which I gave in the original post are in the file which the user should include in order to use the library. The problem is, to use your example, that b.e needs functions from a.e as well, but b.e isn't seeing them.
- Travis.