Re: Win32lib problem (to Kat)
- Posted by Mark Brown <mabrown at SENET.COM.AU> Mar 03, 2001
- 463 views
Jan wrote.... > >But in the menu Run the run comand is > > not active i can t use it (in MEdit that isI think the problem may be that Jan is not saving his code with an ".ex" or ".exw" extension. Jan, you need to type in your code and then save it with either ".ex" extension (if you want your code to run using the DOS interpreter) or ".exw" extension (if you are using windows) eg myprog.ex mypog.exw The editor will then know it is a Euphoria program and use your interpreter. Mark