Hello,
APL Libraries which are provided for Windows can be built with MD or MT MSVC linking in Release mode without any problem.
However, for the MSVC "debug" builds ("/MDd" - "'MDd_DynamicDebug"); it is getting error while linking with APL library files as they are compiled with "MD_DynamicRelease". The error is similar when we try to use "MT" versions.
Would it be somehow possible to download debug binaries/libraries of APL Windows (MSVC) ? I couldn't find any settings in MSI file to enable installation of "debug symbols".
Best regards,
Ozan
Hi Ozan,
Unfortunately, we won't be releasing debug versions of the libraries. However, we hope that there should be some workaround for handling Debug application builds in MSVC
Please could you share some more details of how you have set things up in MSVC? I have managed to link successfully in MSVC's Debug mode a simple example calling in to Arm PL, linking to different Arm PL libraries
Hitting an issue may depend on which functions in Arm PL are being linked in, so if you can also indicate which functions you're using that might help us reproduce. Also, please can you paste in the exact error you're seeing?
Best Regards, Chris.