Audio Unit Plugin

Hello.

I’ve working on developing an audio plugin, and trying to use Cryptlex for my licensing and activation needs. I’m using the WDL-OL library for C++ that can build different plugin formats (currently only targeting Audio Unit and VST). I’ve been able to get the API working for the standalone app on OS X, but when I build the Audio Unit and run it in Ableton Live, I’m getting an invalid/not found product file status return code.

Does anyone know if it’s possible to use Cryptlex in a plugin running inside another program/host? Any ideas or insights would be greatly appreciated.

Thanks!
MK

Hello Mkant,

Please try passing the absolute path to the SetProductFile() function.

That was the problem, thanks!