1. Installing the win32lib for IDE
- Posted by John Dutcher <jfdutcher1958 at yahoo.com> Sep 18, 2004
- 438 views
- Last edited Sep 19, 2004
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 .......... ????
2. Re: Installing the win32lib for IDE
- Posted by Derek Parnell <ddparnell at bigpond.com> Sep 18, 2004
- 424 views
- Last edited Sep 19, 2004
John Dutcher wrote: > > On Win 2000 ME.... Its unclear which Windows version you have, is it Windows 2000 or Windows 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 .......... ???? 1) Rename it back. 2) Set the Environment Symbol "EUINC" to point to ... win32lib_v006005\include You can read up about EUINC in the Euphoria documentation. -- Derek Parnell Melbourne, Australia
3. Re: Installing the win32lib for IDE
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Sep 19, 2004
- 425 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