Re: trying to connect to mysql - gives me linker errors
Posted by: rus-coder Constantine
Date: June 03, 2010 01:39PM

Need load library.
code:
#include <iostream>
#include <my_global.h>
#include <mysql.h>
#pragma comment(lib, "libmysql.lib") // libmysql.lib need in folder with source code
using namespace std;

p.s. sorry for my English((

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: trying to connect to mysql - gives me linker errors
489
June 03, 2010 01:39PM


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.