QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 901|回复: 0

mysql++在win下使用

[复制链接]
发表于 2005-3-12 15:23:11 | 显示全部楼层 |阅读模式
我使用的是mysql++1.7.32的源代码,解压缩后,打开readme.vc,里面介绍的是如何用vc来使用mysql++,如下:
o Under Configuration Properties::General change "Use
                  Managed Extensions" to "No"

                o Under C/C++::General add to "Additional Include
                  Directories": c:\mysql++\lib, c:\mysql\include
         这是加入头文件,这我能理解

                o Under C/C++::Code Generation change "Runtime Library" to
                  "Multi-threaded Debug DLL (/MDd)" [change the /MTd
                  to /MDd] for the Debug configuration. For the Release
                  configuration, make it "Multi-threaded DLL (/MD)".
         这是不是将libmysql.dll放到我自己程序的目录呢?

                o Under Linker::General add to "Additional Library
                  Directories": "c:\mysql\lib\debug, c:\mysql++\Debug" for
                  the Debug configuration.  Set the Release configuration
                  up similarly, using the release MySQL and MySQL++
                  subdirectories.
         加入库目录,这也能理解,但mysql++下没有Debug目录呀?

                o Under Linker::Input add to "Additional Dependencies":
                  "libmysql.lib wsock32.lib mysql++.lib"
         mysql里只有libmysql.lib呀,wsock32.lib mysql++.lib去哪里弄呢?
在win下有哪位大哥大姐成功的用过mysql++写程序呢?
还请高手们帮帮小弟!!先谢过了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 13:56 , Processed in 0.061974 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表