Re: re re To Judith Evans
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jan 06, 2007
- 564 views
Judith Evans wrote: > > Editor.exw "run" will try to "save" then execute your code with exw.exe and > "Launch" will use shellExecuteEx( "open",...) on an existing file. > I have never used ex.exe > That is the only way I can think why shellExecuteEx works and Run does not exw.exe will give a message such as: \EUPHORIA\include\graphics.e:116 in procedure draw_line() draw_line() is not supported in Euphoria for WIN32 and, vice versa, ex.exe will crash if you call say open_dll(). Maybe "run" should use shellExecuteEx [if the file extension is not "exw"] It's on my to-do list somewhere for Edita to mark things like draw_line if the file extension is "exw", and equally open_dll if "ex", as illegal. Regards, Pete