Re: What is the difference static MFC and shared MFC
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
Subject
Views
Written By
Posted
4342
December 26, 2008 09:56PM
2911
December 29, 2008 01:11PM
Re: What is the difference static MFC and shared MFC
3829
January 01, 2009 07:22AM
2070
January 02, 2009 01:12PM
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.