本文介绍了错误C2894:无法声明模板具有"C"链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨!
我正在使用Microsoft Visual C ++ 6.0.
我想在我的C ++代码中包含一个cs.h文件,如下所示:
Hi!
I''m working with Microsoft Visual C++ 6.0.
I want to I included a cs.h file in my C++ code like this:
extern "C"
{
#include "cs.h"
}
但是,当我使用时,出现以下错误:
d:\ program files \ microsoft visual studio \ vc98 \ include \ math.h(514):错误C2894:无法声明模板具有"C"链接
有人可以帮忙吗?
提前致谢. :)
But, when I use then I have the following error:
d:\program files\microsoft visual studio\vc98\include\math.h(514) : error C2894: templates cannot be declared to have ''C'' linkage
Can anyone help?
Thanks in advance. :)
推荐答案
这篇关于错误C2894:无法声明模板具有"C"链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!