Re: message_box() with eui=OK, after bind = not OK
- Posted by SergioGelli Aug 16, 2010
- 1161 views
Definitely, I do not know how to explain.
I Use WinXP Sp3
I use Euphoria-40b3 ONLY
EUDIR = C:\EUPHORIA40b3\BIN
EUINC = C:WIN32LIB\INCLUDE -- I'm using the latest version at 70 if I remember correctly
I erased everything that belongs to Eu311. Nothing remains of the old versions of Euphoria
I have no folder containing EuFiles that are not originated by Eu40b3
BIND, BAT contains
eui EUDIR%% \ source \ bind.ex% 1% 2% 3% 4% 5% 6% 7% 8% 9
The file BIND.EX, is originates from eU40B3
Yet, the function platform() returns different results, depending on how it is called
eui wwait -> returns WIN32 euiw wwait -> returns WIN32
bind wwait produces wwait.exe
wwait.exe -> returns DOS32
To summarize: When not compiled, platform () = WIN32 After compiling, platform () = DOS32
If Eu40b3 has nothing to do with DOS what might be causing this problem?