标题:程序编译出现错误,求高手指点
只看楼主
hsnr
Rank: 1
等 级:新手上路
帖 子:83
专家分:0
注 册:2010-4-4
结帖率:90.32%
已结贴  问题点数:20 回复次数:1 
程序编译出现错误,求高手指点
有如下一段程序:
#ifdef  _MSC_VER
#pragma pack(push,8)
#endif  /* _MSC_VER */
#ifdef  __cplusplus
extern "C" {
#endif
/* Define _CRTIMP */
#ifndef _CRTIMP
#ifdef  _DLL
#define _CRTIMP __declspec(dllimport)
#else   /* ndef _DLL */
#define _CRTIMP
#endif  /* _DLL */
#endif  /* _CRTIMP */
经编译之后出现如下错误提示:
d:\program files\microsoft visual studio\vc98\include\wctype.h(34) : error C2144: syntax error : missing ';' before type 'int'
请问是什么问题?望高手们给我排疑解难啊。

搜索更多相关主题的帖子: microsoft 
2011-03-28 21:17
qq1023569223
Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19
来 自:湖南科技大学
等 级:贵宾
威 望:26
帖 子:2753
专家分:13404
注 册:2010-12-22
得分:14 
条件编译?不懂!

   唯实惟新 至诚致志
2011-03-28 21:29



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-335030-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.255281 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved