MySQL Forums
Forum List  »  Connector/C++

Re: Error strncmp and SQLResult
Posted by: Andrii Nikitin
Date: August 02, 2012 09:09AM

There is some mess with runtime libraries, you must investigate all libraries and flags sent to linker and try to find inconsistencies between them.

E.g. one library was built with /MT flag, the other was build with /MTd flag, you will not be able to link them both.

Options: ReplyQuote


Subject
Views
Written By
Posted
2720
July 24, 2012 12:00PM
Re: Error strncmp and SQLResult
1445
August 02, 2012 09:09AM


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.