Re: ver 4.0 include problem
- Posted by bernie Sep 02, 2008
- 933 views
mattlewis said...
DerekParnell said...
mattlewis said...
DerekParnell said...
It uses "std/" because that is the new standard location for v4 include files.
Although they really shouldn't need them, as the first place that is tried is from the same directory where the including file is located.
Oh!? I wasn't aware of that.
How would I code the situation where I wanted to get a file from the EUINC list rather than the same directory as the file doing the including?
The easiest thing would be to have the file you want in a subdirectory off of something in EUINC, similar to how we now have the standard library. Take a look at scanner:path_open() for the actual code that finds the files.
Matt
Yesterday I went on the internet and downloaded TortoiseSVN. I then installed it on my WIN98 system and checked out the complete trunk from : https://rapideuphoria.svn.sf.net/svnroot/rapideuphoria/trunk I took that SVN and added the include files from ver 3.1.1 into ver 4.0 include directory ( which is the way you said it would work ). I then placed the WIN98 1067 ver of binaries that Jermey had created in thee BIN directory. I then setup my autoexec.bat for euinc and eudir. I also tried just changing the euinc to just point to EU include directory.