Re: IDE v14 Released
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Sep 23, 2002
- 405 views
Rubens, I suspect GetEuDir() should work, if you have something like: SET EUDIR=E:\EUPHORIA in autoexec.bat Dan Moyer ----- Original Message ----- From: <rubis at fem.unicamp.br> To: "EUforum" <EUforum at topica.com> Subject: RE: IDE v14 Released > > I solve the problem changing the line > > 7299 exePathName=GetEuDir() & "\\bin\\exw.exe" to exePathName= > "e:\\euphoria\\bin\\exw.exe". > > I think the problem was in the result of GetEuDir(). My Euphoria compiler > is in drive E:\. > > I will make more testes with the GetEuDir(). > > Rubens > > > At 19:40 23/9/2002, you wrote: > > > > I'm getting the error 12 "Create ProcessHi failed" > > > >"E:\EUPHORIA\ide14_2\IDE.exw:7445 in procedure click_MenuRun() > >variable hNewProcess has not been assigned a value" > > > >when I try to temp run a code. > > > >Any idea what is going wrong ? > > > >thanks > > > >Rubens > > > > > >At 08:10 16/9/2002, you wrote: > >> > >> > >>Judith Evans wrote: > >> > Thanks for reporting the bug. I'll fix and upload shortly. > >> > > >>http://user.txcyber.com/~camping/judith.html IDE v0.14.2 has been > >>uploaded to fix the bug in IDE_syntax.ew: > >>Line 2573 in routine synRestoreINIFile in IDE_Syntax.ew should be > >>if hfile !=-1 then > >>not > >>if hfile!=1 then > >> > >>I also made a change in stand alone editor to catch missing win32lib.htm > >>document location. [I already have that in IDE Code Editor.] > >> > >> > > >