[Wine] problem with exec,system,WinExec, C functions

Romeo Petruca romeo.petruca at gmail.com
Thu Sep 13 05:24:06 CDT 2007


Hi,

i'm using openwatcom under wine, all is ok, but next code will not work:

#include <windows.h>
void main( void ) {
    system( "foo.exe" );
}

same problem for:

#include <windows.h>
void main( void ) {
    WinExec( "foo.exe", SW_SHOW );
}

where "foo.exe" is a windows console aplication

if i try to launch foo.exe with wine in a terminal window is working

example:

wine foo.exe

is working fine !

how can i make my code working ?

-- 
George Enescu 16/13
Hunedoara
mobil: 0720301842
tel.   : 0354401534
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20070913/e4ca7280/attachment.htm 


More information about the wine-users mailing list