托管 c++调用函数时未解析的令牌

发布于 2024-11-29 05:00:51 字数 200 浏览 2 评论 0原文

我有一个托管 C++ 项目,并向其中添加了一个包含函数声明的头文件(编辑:不是类)。这些实现位于同名的 cpp 文件中。

当我构建项目时,我收到“无法解析的令牌”“无法解析的外部符号”的错误。 当我将实现放入头文件中时 - 没有错误。

我该如何解决这个问题?

(我在 Visual Studio 2010 上工作)

谢谢

I have a managed c++ project, and I added to it an header file (EDIT: Not of a class) which contains declarations of functions. The implementations are in a cpp file with the same name.

When I build the project I gets errors of "Unresolved token" "Unresolved external symbol".
when I put the implementation in the header file - there are no errors.

How can I fix this problem?

(I work on visual studio 2010)

thanks

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

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

发布评论

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