TurboActivate.dat in another folder than application

Hi!

I am developing a plugin for an existing application (in c++), and it has to be placed in a different folder than the actual app (the app has special folder it loads plugins from).

Is it possible to somehow specify in the code that the TurboActivate.dat file is elsewhere? I tried placing it next to the plugin .dll, but it is ignored, it only works when it is next to the original application.

I would like to have it next to my plugin data, because I want to avoid any potential clash with other plugins or the original app (in case someone else makes a plugin which also uses TurboActivate in the future). Would that be possible?

Thanks for any help!

There is a method call to specify a custom license path.

In C++ it is called TA_PDetsFromPath.

Thank you very much!

And yes, its actually written in the example code 😳 Next time I will read it more carefully 🙂