I have a serious issue that I'm encountering and I hope you can help. It may affect all my customers who are trying to upgrade my app.
Previously I was using VS 2008 to compile my app (it's a C++ app), and I was using the TurboActivate dll. Now I've started using VS 2010 so that I can link with the TurboActivate static library.
On all of my Windows 7 testing machines, I had previously activated the version of my app which was compiled using 2008 and the dll.
When I try to run the version of my app which was compiled using 2010 and the static lib, activation always fails on those same Windows 7 machines. I simply can't get it to work. Note that I'm using IsGenuineEx, which I wasn't using before.
Is there something obvious you can think of that might not work properly in going from 2008+dll to 2010+static? Or please let me know what more specific info I can provide.
Thanks.