MySQL Forums
Forum List  »  Connector/C++

Re: What is the difference static MFC and shared MFC
Posted by: Myeongho AN
Date: January 01, 2009 07:22AM

Thank you for your advice.

I do compile connector/c++ by your advice.

I configure connector/c++ "cmake -G "Visual Studio 8 2005"". and then open MYSQLCPPCONN.sln file, and modify project properties ( runtime-library : Multi Thread DLL /MD -> Multi Thread /MT )
compile was successfully, but same error occured.

HEAP[MySQLConn.exe]: Invalid Address specified to RtlValidateHeap( 00F10000, 009C65A8 )

What I have to do for solve this problem.



> Hi,
> Try to build mysql connector/c++ with libcmt (/MT). By default it's build against > msvcrt80.dll(/MD)
> I think that should help

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: What is the difference static MFC and shared MFC
3780
January 01, 2009 07:22AM


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.