Winefile change - Where do I request one

2005-10-12 Thread Craig macLeod
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

How Do I launch a Native Linux application from Within Wine

2005-10-12 Thread Craig macLeod
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

Test If Running Under Wine

2005-10-10 Thread Craig macLeod
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