I'm trying to get my plugins up and running with the new serialisation scheme of R21.
But, when I type this:
maxon::String prodID,sysID,userID,licenseID, userName;
GetGeneralLicensingInformation(prodID, sysID, userID, licenseID, userName) iferr_return;
I get an error in the "iferr_return;" and the error is: Use of undeclared identifier 'tmperr_ies'
What could be going wrong?
I'm on Mac OS 10.15.1, Xcode 11.2.1