Re: still having translator problems

new topic     » goto parent     » topic index » view thread      » older message » newer message

Greg writes:

> you can now execute: test.exe
> C:\EUPHORIA\test>test.exe
> ... at this point, the message pops up about having a free translator,
> then disappears.after that, i am left with nothing! Why?

What if you run your program with the interpreter: exw test 
Does the window disappear?

I don't know what your test.exw program is,
but I suspect it's very simple and you need to add:

     if getc(0) then
     end if

at the end of your program to stop the window from
disappearing, as normally happens when a Windows 
program terminates. (There's also a way to convert 
exw.exe or your test.exe into a console-mode program, 
so the window won't disappear - search for
Jeremy Collake in the Archives.)

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu