This, among with the Juce Framework's 'Introjucer' description:Another option would be using JUCE, which is what Andrew Simper uses to wrap "The Glue".
So what I would ask is: is it possible to 'import' in Juce (using Introjucer or Jucer) a binary resource file (.dll) and obtain the cross-platform C++ juce code to compile in Visual Studio or other IDEs?As well as generating projects, the introjucer will also convert any binary resource files in your project to C++ source-code, which is automatically included in the generated projects.
EG:
import VST.dll -> generate cross-platform C++ code -> compile in XCode or other
Thank you in advance,
bruno

