Ok I found out what the problem was. I copied the x64 TurboActivate.dll to a 32bit application. Using the x64 TurboActivate.dll solves the problem.
Thank you for this great licensing software.
I wrote a plugin for some big software and when I tried to call any turboActivate function like IsActivated(TA_GUID); I get this error "Error code: 193 - %1 is not a valid Win32 application" and the software won't load my plugin .dll.
I'm using c++ in visual studio 2010 using v90 as platform toolsetIt is a 32bit .dll plugin.Character Set - Not set (not using Unicode)Windows 7 64 bit
When I compile it for 64 bits with v100 and Unicode on, it runs without a problem.
Can you tell me what might be the problem and how can I fix it?