Hello,
I am testing on the new 2009 SDK but I was unable to get pass the GrInitialize() method. A part of my code looks like this:
iInitResult = GrInitialize();
if ( iInitResult < 0 )
return iInitResult;
The iInitResult keeps returning the value -4. The same code used to work under v4.2. I have updated the GrFinger.h, GrFinger.lib, GrFinger.dll and pthreadVC2.dll.
Anyone knows what I'm missing ?
Thanks,
Zell