Re: Win32Lib and IDE
- Posted by FredRansom Jun 26, 2011
- 4004 views
I use the IDE and win32lib for just about everything I do in Euphoria 4. I use the config file that came with the installation, and set the following environment variables:
EUDIR=C:\Euphoria
EUINC=C:\Euphoria\include;C:\Euphoria\win32lib\include
PATH=C:\euphoria\bin
Nothing else. If I need something from include\std, I include it just before the routine in which I first need it, perhaps not the best style, but it works.