Hello,
I'm in trouble about registering a C++ class instance that is guaranteed to exist while the application is running.
The application instanciates the class only once then sets some correct values and keeps the instance.
I wrote some glue functions in order to accomplish my problem but none goes well.
Is there the way to register it?
Best regards,
Kurage