Hi,
I would like a change to the
Winefile application to add the ability to parse the commandline for it. Mainly
so you can pass in a startup folder.
eg
winefile c:/temp
will open the selected path under /.wine/
folder.
This feature would be useful so an application can
open a brow
As the subject says,
I have a Windows application and
I wish to run a native linux application from withing it. The main Win32 API
calls for running another apllication are
ShellExecute
WinExec
CreateProcess
I have tried calling a native linux program with
these (nautilus) and it cons
I am a developer of Win32 applications. We have
recently found the command ShellExecute when
trying to browse folders functions differently between Wine and Windows. This is
mainly because there is no implementation of Windows Explorer unider Wine so the
command does nothing.
How in our co