About stdlib.h system()

Zhongli Xu zhongli.xu at gmail.com
Tue Jun 26 01:34:00 CDT 2007


Hi all,

I tried to call another .exe file in my own exe file by using the system()
API.
But the return value of system() is -1 and errno is set to ENOENT. It
indicates that the another exe file is not found.

So I copy the another exe to the fake directory: C:\windoes\system32, since
wine always find the exe file there.
And I also set the environment variable "System" and "Path" in the key
HOST_CURRENT_USER/Environment thru regedit.

But still, wine couldn't find the another exe.

Any help is welcomed.

Milo Xu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-devel/attachments/20070626/965d03f8/attachment.html


More information about the wine-devel mailing list