1. Re[2]: Win32lib problem (to Kat)
- Posted by "Thomas Parslow (PatRat)" <patrat at rat-software.com> Mar 03, 2001
- 473 views
> What is interpreter ? > The editor knoes where the interpreter.But in the menu Run the run comand is > not active i can t use it (in MEdit that is> It is active ounly if I open a example or other euphoria program in the > editor-then I can use the run command.But if I wrote: > include win32lib.ew > constant SimpleWin = > create( Window, "Simple Window", 0, Default, Default, 200, 100, 0 ) > WinMain( SimpleWin,Normal > the run comand is not (is ther something wrong with the code? It shuden t > bee I copy it from a win32 tutorial
> What is wrong? > > Lep Pozdrav > Jan > Slovenija You probably just need to save the program with a .ex,.e,.exw or .ew extension first, that way the editor knows your writing a euphoria program... Thomas Parslow (PatRat) ICQ #:26359483 Rat Software http://www.rat-software.com/ Please leave quoted text in place when replying
2. Re: Re[2]: Win32lib problem (to Kat)
- Posted by Mark Brown <mabrown at SENET.COM.AU> Mar 03, 2001
- 567 views
- Last edited Mar 04, 2001
Thomas wrote.... > You probably just need to save the program with >a .ex,.e,.exw or .ew Doh! That'll teach me not to read all my mail (and his answer was much more concise than mine) Mark