I have a windows program I'm running under wine that launches an external application. For example if the app has a pdf file, it launches the pdf viewer to open the document, using CreateProcess. It appears to expect the process to be another windows executable, which makes sense. Since linux has its own pdf viewer, evince, is there a way I can launch it? Thanks....
Ed
Can I launch a linux application from a windows program?
Re: Can I launch a linux application from a windows program?
That works. Thanks very much. Ed