search for: init_current_directori

Displaying 3 results from an estimated 3 matches for "init_current_directori".

Did you mean: init_current_directory
2007 Jun 26
3
About stdlib.h system()
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
2005 Jul 13
1
Windows program calling another program
I saw a discussion that looked exactly like the issue that I'm having, but turned out to be a divide by zero error instead. I apologize if this issue as already been addressed. I am trying to run an IDE called MPLAB(v7.20) under wine(v20050524). I can get the IDE up and it will successfully call another program called mpasmwin.exe which assembles the file. This mpasmwin program generates
2005 May 19
3
Start Windows application from another windows application
Hi all, Being a little (completely) fed-up with windows, I'd like to make a complete switch to Linux, which I already use for about 90%. I still use a specific panorama photo stiching program within WinXP called PTGui. The PTGui program runs fine within Wine. However, PTgui knows/uses two "helper" programs called autopano(.exe) and enblend(.exe). Both are console based executables