Hello,
We're developing an application that calls Griaule Fingerprint SDK 2009 DLL. Development is being carried out in C++ on Visual Studio 2005 on Windows XP workstations with Service Pack 3.
We're encountering an error only when GrCapFinalize() is called to end capture and free resources. We can't retrieve any more information about the error. The windows error box indicates that the error was generated from an "unknown" module. Further tracing and debugging of our software has indicated that the error doesn't occur during execution of GrCapFinalize() but occurs shortly after that function has successfully finished executing. We've also noticed that the same problem doesn't appear on some Windows XP workstations while appearing in others.
Have you encountered such problems? Do you of any solution that we can try out? Is this function really important during clean up at the application's exit?
Thanks,