Using LexActivator

Hi

I have just started to try to add your system to a
program I have developed. I originally tested on an exe file and things
went smooth. My program runs through another app  so
they are dll files. I don’t get a good return
when I use SetVersionGUID from my dll’s. Am I missing something simple
here or is it on your end and you only work with exe files ?

The error code returned by the SetVersionGUID should give you the idea. The error codes are documented at the bottom of the header file.

Most probably you will be getting LA_E_PFILE error. You may need to call SetProductFile() first to set the path of product file. You might need to set the absolute path. By default it picks the path of your exe