MySQL Forums
Forum List  »  Connector/C++

Re: Connector 1.1.19 cpp getstring appliaction buils with /MT
Posted by: Jean BEZET
Date: February 05, 2020 04:27AM

Hi
I don't undestand i have build a new application (console project with option /MT) to use windows library. I have the same problem crash when delete oject afetr reiceve a good data from getstring(1).
see code
if ( scan == TRUE)
{
...
Error = (int)Calcul_Date::BD_OK;
string Result_BD_QUERY = result->getString(1);

...
} // Crash when it 's try to delete Result_BD_QUERY

what's the option off compilation for connector 1.1.9 ?
Give me a solution

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Connector 1.1.19 cpp getstring appliaction buils with /MT
428
February 05, 2020 04:27AM


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.