Saturday, February 25, 2012

debugging symbols for the SQLCE dlls while developing native applications

Hi,

I am developing a native C++ application using SQLCE (.NET is not a current option). Am having a problem while using multiple accessors for multiple blobs in a table. After I read the data for the first blob & try to read the data for the second one, I get an error in one of the dlls (something about using heap data that was freed). Where can I get symbol data so that I can use something like Windbg to resolve my problem.

It appears debug symbols are not available, see http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1312588&SiteID=1

No comments:

Post a Comment