Re: Installing the win32lib for IDE
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Sep 19, 2004
- 427 views
On Sat, 18 Sep 2004 13:09:22 -0700, John Dutcher <guest at RapidEuphoria.com> wrote: >posted by: John Dutcher <jfdutcher1958 at yahoo.com> > >On Win 2000 ME.... > >I have a folder with IDE in it: c:\Euphoria IDE > >I download win32lib_v006005 to that folder and de-compress. > >That yields win32lib_v006005 containing folders DEMO, DOCS, DEMO RESOURCES >and INCLUDE. > >IDE will not start stating it cannot find win32lib.ew in Euphoria IDE. >I rename win32lib_v006005 folder to win32lib.ew. >No change .......... ???? (on W98) I have the following lines in C:autoexec.bat: SET EUDIR=C:\EUPHORIA SET EUINC=C:\EUPHORIA\WIN32LIB\INCLUDE set PATH=c:\windows;c:\windows\COMMAND;E:\EUPHORIA\BIN;<etc> I regularly download win32lib, and each time I unzip it to C:\euphoria\win32lib; this setup gives me minimum hassle. If you don't want to change your autoexec.bat (may be different on w2000), just MOVE all files from your win32lib_v006005\include folder to your C:\Euphoria IDE folder. Regards, Pete