



So, to help in learning this stuff, I created the sample gain plugiin. I targeted both VST3 and AAX for this simple project. When I compile or build the project I get the following error:
Severity Code Description Project File Line Suppression State
Error MSB3073 The command "setlocal
cmd /c "C:/Users/Terry/Documents/Terry/Programming/Tools/SDK/AUDIO_SDK/AAX_SDK/Utilities/CreatePackage.bat" C:\Users\Terry\Documents\Terry\Programming\Tools\SDK\AUDIO_SDK\MyProjects\MyVolumeControl\win_build\AAX\Debug\MyVolumeControl_AAX.aaxplugin\Contents\x64\ "C:/Users/Terry/Documents/Terry/Programming/Tools/SDK/AUDIO_SDK/AAX_SDK/Utilities/PlugIn.ico"
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd" exited with code 1. MyVolumeControl_AAX C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets 139
This error seems to have only affected the AAX build, as it did not get created, but the VST3 did get created.
Since I also want to build for AAX, anyone have any suggestions on how to solve this?
Thank you
coder
The issue here is with the batch file that is trying to be run (createpackage.bat) that creates the plugin "bundle" and then copies the AAX icon (a compound banana plug) over the bundle folder icon - that is what is failing. I am not sure why you are getting this error, but I don't think it is part of being a multi-API project. It could be failing because of a permission issue, or because you did not pre-build the AAX core Libraries.Â
I will take a look when I go over the next RackAFX release.
WillÂ
Most Users Ever Online: 152
Currently Online:
9 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Chaes: 56
Skyler: 48
StevieD: 46
Derek: 46
Frodson: 45
Peter: 43
TheSmile: 43
Nickolai: 43
clau_ste: 39
jeanlecode: 37
Member Stats:
Guest Posters: 1
Members: 768
Moderators: 1
Admins: 6
Forum Stats:
Groups: 13
Forums: 42
Topics: 842
Posts: 3347
Moderators: W Pirkle: 689