Re: message_box() with eui=OK, after bind = not OK
- Posted by SergioGelli Aug 16, 2010
- 1173 views
mattlewis said...
SergioGelli said...
So it's looking me that is normal when "MSGBOX.E" not working when PLATFORM () = DOS32
That's correct. In order to display the message box, the code calls part of the Windows API. It does not make sense to try to use facilities of an operating system other than the one under which your program is running (short of having an emulator or something similar to WINE).
Matt
I'm getting confused ...
Within a screen with the command line, the function platform () = DOS32 this is true in both command line WinXP or Wine
So I can not use the EU40b3 in the command line, to produce a "WWAIT.EXE?
Whow I do it?