Hiroshi,Yes, I was in debug mode. Using the debug version of the DLL solved the problem. Thank you for tracking that down. Do you also have a debug version of the ANSI DLL?
Ian Hiroshi Inoue wrote:
Aren't you testing it with Debug mode ? I provided the Debug version trial driverhttp://www.geocities.jp/inocchichichi/psqlodbc/trial/psqlodbc35wd.zip .Please try it. The differece among the 3 drivers are 1. The existent drivers Release mode compiled with the option /MT. 2. The trial driver Release mode compiled with the option /MD. 3. The trial debug driver Debug mode compiled with the option /MDd