MySQL Forums
Forum List  »  Connector/C++

Re: Problem with linking Release configuration (C++ Connector 1.0.3a)
Posted by: Lawrin Novitsky
Date: March 17, 2009 11:31AM

Hi,

did i understood correctly, that you re-wrote all code in you project to use mysql c-api instead of connector/c++? :(

Now everything you said doesn't make much sense to me altogether. That's probably mean, that some of my suppositions about your problem/setup is/are wrong. So I'd appreciate if you helped me to understand the problem. And solve the problem, if it's on our side.

building install projects (or nmake install) does nothing more, but copy headers and built libraries for current configuration to Program Files/MySQL/ConnectorCPP "include" and "lib" subfolders respectively. It doesn't add anything to PATH. And it's up to you to set correct directories for includes/libs in your project. The error you had supposed to mean, that library you are linking against, doesn't have such exported function(get_driver). But if your configurations were identical - it would build your project against same library. So, smth had to be different, or I understood something wrongly, or I missed smth...

Thanx in advance.
Regards.



Edited 1 time(s). Last edit at 03/17/2009 11:31AM by Lawrin Novitsky.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem with linking Release configuration (C++ Connector 1.0.3a)
3142
March 17, 2009 11:31AM


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.