search for: init_current_directory

Displaying 3 results from an estimated 3 matches for "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
...AB outputs: Thread would not exit normally. Could not read language tool output from pipe. (5) I ran the following command as it was suggested to in the other thread that I read: ~/.wine/c$ WINEDEBUG=+process,+exec wine ./Programme/Microchip/MPLAB\ IDE/Core/MPLAB.exe and got this: trace:process:init_current_directory starting in L"C:\\" 0x10 trace:process:find_exe_file looking for L"./Programme/Microchip/MPLAB IDE/Core/MPLAB.exe" trace:process:find_exe_file Trying native exe L"C:\\Programme\\Microchip\\MPLAB IDE\\Core\\MPLAB.exe" trace:process:__wine_kernel_init starting process na...
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