[SOLVED] Making Windows Plugins on Mac, How To Do It?
-
Hello all,
Suppose I'm using a Mac and have successfully built VST, AU, and standalone applications for Mac. Now, if I want to create a Windows version, do I need to install JUCE and HISE on a Windows system? Can I utilize the same code that I used on Mac to generate the Windows version of my plugin?
Thanks
-
do I need to install JUCE and HISE on a Windows system?
Yes (and Visual Studio).
Can I utilize the same code that I used on Mac to generate the Windows version of my plugin?
If you mean your HISE project, then yes.
-
@d-healey said in Making Windows Plugins on Mac, How To Do It?:
do I need to install JUCE and HISE on a Windows system?
Yes (and Visual Studio).
Can I utilize the same code that I used on Mac to generate the Windows version of my plugin?
If you mean your HISE project, then yes.
Thanks !