Re: (confused noob) How do I make the EUINC variable in XP?
- Posted by don cole <doncole at pacbe?l.?et> Sep 18, 2007
- 840 views
CLJ wrote: > > Matt Lewis wrote: > > Rebooting is certainly one way to get everything all > > synced up. > > I *did* reboot. > > > > You might just try opening a new console. > > I did that multiple times. > > > > > echo %EUDIR% > > C:\EUPHORIA > > > > > echo %EUINC% > > c:\euphoria\include\special;c:\euphoria\include\eusql;c:\euphoria\include\ > > matheval;c:\euphoria\include\ooeu;c:\euphoria\include\wxEuphoria;c:\euphoria > > \include\win32lib;c:\euphoria\include\eucom > > Mine: > > echo %EUDIR% > C:\EUPHORIA > > echo %EUINC% > C:\win32lib\Include Hello CLJ, Sorry as to called you a guy if you're not. you shold get: echo %EUDIR% >>C:\EUPHORIA echo %EUINC% >>C:\EU\win32lib I believe the include folder you don't have to set up it works automatically. You might want to make another dir called C:\EU and put any extra includes (such as win323lib) in there. I guess you know how to do this by going to my computer left clicking properties\advanced\Enviornmental Variables and you can edit things right there. Don Cole