MySQL Forums
Forum List  »  Connector/C++

Re: topic (from soneone else) has been closed, problem still there...
Posted by: Gunnar ******
Date: August 28, 2009 08:06AM

Interesting is, that the Debug-Version crashed because of:

"Unhandled exception at 0x746db690 in my.exe 0xC00000005:
Access violation reading location 0xcccccccc."

If I put con, driver res and stmt in Watchmode, the values are:
sql::Driver *driver; value on crash = 0x66845d24
sql::Connection *con; value on crash = 0xcccccccc
sql::Statement *stmt; value on crash = 0xcccccccc
sql::ResultSet *res; value on crash = 0xcccccccc

In Release-Mode it works all fine - in debug mode it crashes here:
con = driver->connect("tcp://127.0.0.1:3306", "root", "root");

On:
MYSQL w32 5.1.37
Connector 1.0.5 w32 for VS 2008
Vista 64bit and VS 2008

I really would like to use mysql but I need help :-(

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: topic (from soneone else) has been closed, problem still there...
2340
August 28, 2009 08:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.