13 Apr
2006
13 Apr
'06
9:42 p.m.
I can use system(),WinExec(),and ShellExecute() to open a windows application in vc++6.0. The question is,how to open a linux application in my program?and how to fill the correct parameters in these 3 functions. --yaoyansi This question would fit better on wine-users ;-)
You can run any Linux app just like a windows app: If / is mapped to Z:, you can run Z:\bin\ls to run ls