Can I launch a linux application from a windows program?

Questions about Wine on Linux
Locked
etc46
Newbie
Newbie
Posts: 2
Joined: Tue Dec 29, 2015 9:32 pm

Can I launch a linux application from a windows program?

Post by etc46 »

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
etc46
Newbie
Newbie
Posts: 2
Joined: Tue Dec 29, 2015 9:32 pm

Re: Can I launch a linux application from a windows program?

Post by etc46 »

That works. Thanks very much. Ed
Locked