fatal error C1189: #error : "eh.h is only for C++!"是什么意思呀???
fatal error C1189: #error : "eh.h is only for C++!"是什么意思呀???
日期:2013-11-17 16:43:42 人气:1
大概就是以下的意思吧1
in creating dynamic dll vc++ 6.0:
added some .h and .c files to it.
i get:
fatal error C1189: #error : \"eh.h is only for C++!\"
#ifndef __cplusplus
#error \"eh.h is only for C++!\"
#endif