I am trying to implement AES-CMAC (128 bit)calculation in CAPL. I created a C++ code(visual studio code 2019) using CryptoPP. it is working properly indendenlty. When I try to create a dll file for the implementation and include it in CAPL, the function is not seen in CAPL browser.
I built this code and included the dll file in CAPL
Does anyone know where I went wrong?
Source: Visual Studio Questions