Re: binding IDE11.0
- Posted by void <void at xs4all.nl> Jan 17, 2002
- 587 views
Still unable to create IDE.EXE, I've got no problems with binding my own progs. I reinstalled everything (including 2.3beta), I'd even tried to move all the files to the same dir and set a path to it, but still this error: Couldn't open include file: IDE_defaults.ew Where does bindw tries to locate the include files? I've even tried moving all files to C:\EUPHORIA\BIN\, no succes. Also tried EUINC but bindw of 2.3beta also doesn't recognise it: Couldn't open include file: win32lib.ew This is easily solved by moving the win32lib to the working dir, but doesn't seem to function for the IDE include file(s), strange. I'm running WindowsXP and this is in my AUTOEXEC.BAT: SET EUDIR=C:\EUPHORIA SET PATH=%PATH%;C:\EUPHORIA\BIN EUINC=C:\EUPHORIA\WIN32LIB > > I have a problem trying to make ide.exe: > > bindw ide.exw > > gives: > > Couldn't open include file: IDE_defaults.ew > > however this file is present. > > > > If I still try to run ide.exe I get: > > BiG has not been declared > > > > I have no problem running IDE unbound. > > I just tried it with 2.3 beta (to be released in a couple of days), > and it works fine. > > I'm not sure what the problem is, > but keep in mind that: > - the alpha binder doesn't know about the new > EUINC environment variable, but the interpreter, exw.exe, does. > - the alpha binder may generate a bogus .exe anyway, > even when errors occur during the bind > > Regards, > Rob Craig