Home > Database > Mysql Tutorial > qt隐式调用mysql库函数

qt隐式调用mysql库函数

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 09:34:56
Original
1330 people have browsed it

mysqlqt库

系统是64位,安装的qt也是64位的,vs2013也是64位的,mysql在c盘,采用隐式调用,用qt编译项目的时候,已经在Pro中添加了LIBS += -LC:\mysql\lib -llibmysql,在头文件中也写了#include ,可是项目中有mysql_init的时候,编译时候报错无法解析的外部符号mysql_init,请教是什么问题啊????

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template