Click to See Complete Forum and Search --> : mySQL + MFC (VS. NET 2002)


tRizzO
August 12th, 2003, 04:20 AM
Hi!

I got this problem. I am using libmysql.dll in my project. I included file mysql.h into stdafx.h and make directory changes in VS .NET 2002 (I mean, directory includes, directory libraries in studio settings).

Compiler makes project, but linker finished abnormally with many error, like this one:

unresolved external symbol _mysql_init (...).....etc....

Does anybody know where is the problem?

tRizzO
August 18th, 2003, 01:50 PM
I found it, i only have to import libmysql.lib into my project..:)