托管 c++调用函数时未解析的令牌
我有一个托管 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论