More info.
The SqlDriverConnectA method is wrapped into a function named connectSQL of a static lib.
When the connectSQL method is execute into a Thread : the process is locking
When the connectSQL method is execute directly : works fine but appear a lot of warning like
WARNING: Visual Leak Detector: Failed to unload the symbols for sqlsrv32.rll. Function names and line numbers shown in the memory leak report for sqlsrv32.rll may be inaccurate.
WARNING: Visual Leak Detector: A module, sqlsrv32.dll, included in memory leak detection
does not have any debugging symbols available, or they could not be located.
Function names and/or line numbers for this module may not be available.
WARNING: Visual Leak Detector: A module, dssenh.dll, included in memory leak detection
does not have any debugging symbols available, or they could not be located.
Function names and/or line numbers for this module may not be available.
Questions?
Anyone know if I have to include "vld.h" to the lib? or It´s a problem if the threads, odbc API ...
The SqlDriverConnectA method is wrapped into a function named connectSQL of a static lib.
When the connectSQL method is execute into a Thread : the process is locking
When the connectSQL method is execute directly : works fine but appear a lot of warning like
WARNING: Visual Leak Detector: Failed to unload the symbols for sqlsrv32.rll. Function names and line numbers shown in the memory leak report for sqlsrv32.rll may be inaccurate.
WARNING: Visual Leak Detector: A module, sqlsrv32.dll, included in memory leak detection
does not have any debugging symbols available, or they could not be located.
Function names and/or line numbers for this module may not be available.
WARNING: Visual Leak Detector: A module, dssenh.dll, included in memory leak detection
does not have any debugging symbols available, or they could not be located.
Function names and/or line numbers for this module may not be available.
Questions?
Anyone know if I have to include "vld.h" to the lib? or It´s a problem if the threads, odbc API ...