Interface an app running on Wine with one that is not?

Questions about Wine on macOS.
Locked
gpraceman
Newbie
Newbie
Posts: 1
Joined: Mon Nov 28, 2016 11:52 pm

Interface an app running on Wine with one that is not?

Post by gpraceman »

Is it possible to interface an app running under Wine to one that is natively running on OSX? I wrote an app that uses a 3rd party DLL for part of its functionality, so I have been trying to run it using Wine. It runs, but a key piece of functionality does not work (RS232 communications via pySerial). I can get the app running natively, with working RS232 communications, but I still want access to the functionality that the DLL provides. If I pull out that DLL functionality, into a separate app, is there a way to interface the two apps? I'd like to have my cake and eat it too.
Locked