Exporting AAX on Windows
-
I'm trying to export AAX on windows and got this error, does anyone have an idea how I can fix it?
LINK : fatal error LNK1104: cant open file 'C:\HISE-develop\HISE-develop\tools\SDK\AAX\Libs\Release\AAXLi brary_x64.lib' [C:\Users\usuar\Desktop\JUNO SYNTH\Binaries\Builds\VisualStudio2017\Juno Synth_AAX.vcxproj]
-
Did you compile the AAX library?
-
Yes I compile the file in " AAXLibrary " and "msvc"
now I have a new errorc:\hise-develop\hise-develop\juce\modules\juce_audio_plugin_client\aax\juce_aax_wrapper.cpp(48): fatal error C1083: No cant open include file: 'AAX_Version.h': No such file or directory [C:\Users\usuar\Desktop\JUNO SYNTH\Binari es\Builds\VisualStudio2017\Juno Synth_AAX.vcxproj]
-
@Moidb I've been down that road before.
https://forum.hise.audio/post/5791 -
Thank you! I will try to follow what you did in that thread, it seems that I have exactly the same problems