mysql/c++程序未编译(Boost 问题)

发布于 2024-11-14 12:03:59 字数 418 浏览 3 评论 0原文

c:\program files\mysql\mysql 连接器 c++ 1.1.0\include\cppconn\connection.h(29): 致命错误 C1083: 无法打开包含文件: 'boost/variant.hpp': 没有这样的文件或目录

我需要做什么来解决这个问题?这是我从这里复制的一个简单的 hello world 程序。 http://blog.ulf-wendel.de/?p=215#hello 我已经下载了 boost 并已将 boost 文件路径添加到 c/c++ 下的 Visual Studios“附加包含目录”中,但我不确定我做得是否正确,因为教程似乎没有 boost 的说明无论什么原因。

c:\program files\mysql\mysql connector c++ 1.1.0\include\cppconn\connection.h(29): fatal error C1083: Cannot open include file: 'boost/variant.hpp': No such file or directory

What do I need to do to solve this problem? This is a simple hello world program that i copied from here. http://blog.ulf-wendel.de/?p=215#hello I have downloaded boost and have added the boost file path to visual studios "additional include directories" under c/c++ but I'm not sure I'm doing it right as the tutorial doesn't seem to have instructions for boost for whatever reason.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文