Re: path trouble on 40a3

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

I do want to point out that adding %EUDIR%\include and %EUDIR%\include\std is the wrong practice. It will lead to all sorts of unexpected results. There are files w/the same name in %EUDIR%\incude and %EUDIR%\include\std. The entire 3.1.1 includes are included in %EUDIR%\include so that 3.1 programs can change almost unchanged. The new standard library is in %EUDIR%\include\std and that should not be in your EUINC environment variable. Instead, you should do this in your code:

include std/map.e 
include std/get.e 
include std/io.e 
--- etc 

Jeremy

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

Search



Quick Links

User menu

Not signed in.

Misc Menu