Hello,
I'm working on an application "audacity" which use the multi-os wxWindows lib. This application uses a feature available only on windows and Mac - the audio effects for the VST plug-ins.
Now I have done a winelib app to bridge the native dll (audio VST effects) with the native unix app.
It seems to be ok, all plugins are loaded. But, I would like to know if I must establish a link between wine and my linux app for some resources like the threads?
Thanks Olivier