Declaration terminated incorrectly 讨厌 这样就不可以了
#include "vcl.fctreeview.hpp"
#include "RM_Class.hpp"
#include "RM_Common.hpp"
这样可以
#include "RM_Class.hpp"
#include "RM_Common.hpp"
#include "vcl.fctreeview.hpp"
这样就不可以了
17error
[bcc32 Error] vcl.fccanvas.hpp(34): E2184 Enum syntax error
[bcc32 Error] vcl.fccanvas.hpp(34): E2040 Declaration terminated incorrectly
[bcc32 Error] vcl.fccanvas.hpp(36): E2451 Undefined symbol 'TwwRectSide'
[bcc32 Error] vcl.fccanvas.hpp(36): E2090 Qualifier 'TwwRectSide' is not a class or namespace name
[bcc32 Error] vcl.fccanvas.hpp(36): E2401 Invalid template argument list
[bcc32 Error] vcl.fccanvas.hpp(36): E2270 > expected
[bcc32 Error] vcl.fccanvas.hpp(36): E2040 Declaration terminated incorrectly
[bcc32 Error] vcl.fccanvas.hpp(69): E2190 Unexpected }
[bcc32 Error] vcl.fccanvas.hpp(70): E2190 Unexpected }
[bcc32 Error] vcl.fctreeview.hpp(438): E2316 'TfcCanvas' is not a member of 'Fccanvas'
[bcc32 Error] vcl.fctreeview.hpp(438): E2040 Declaration terminated incorrectly
[bcc32 Error] vcl.fctreeview.hpp(439): E2316 'TfcCanvas' is not a member of 'Fccanvas'
[bcc32 Error] vcl.fctreeview.hpp(439): E2040 Declaration terminated incorrectly
[bcc32 Error] vcl.fctreeview.hpp(558): E2316 'TfcCanvas' is not a member of 'Fccanvas'
[bcc32 Error] vcl.fctreeview.hpp(558): E2040 Declaration terminated incorrectly
[bcc32 Error] vcl.fctreeview.hpp(678): E2316 'TfcCanvas' is not a member of 'Fccanvas'
[bcc32 Error] vcl.fctreeview.hpp(678): E2040 Declaration terminated incorrectly
找到代码
[bcc32 Error] vcl.fccanvas.hpp(34): E2184 Enum syntax error
enum DECLSPEC_DENUM TwwRectSide : unsigned char { rsLeft, rsTop, rsRight, rsBottom };
找谁了,惹谁了!!冲突了
Berlin,a project
[bcc32 Error] System.ZLib.hpp(310): E2040 Declaration terminated incorrectly
extern DELPHI_PACKAGE char *ZLIB_VERSION; //注释掉得了
发现是单元文件包含了头文件
#include <Vcl.Imaging.pngimage.hpp>
就报错了,但是新建一个空白工程,包含此投文件不报错。这个头文件里包括了#include <System.ZLib.hpp>
Declaration terminated incorrectly 讨厌 这样就不可以了的更多相关文章
- E2040 Declaration terminated incorrectly - System.ZLib.hpp(310) ZLIB_VERSION
[bcc32 Error] System.ZLib.hpp(310): E2040 Declaration terminated incorrectly Full parser context ...
- devexpress v14.2.3 发布
补丁而已. New Major Features in 14.2 What's New in VCL Products 14.2 Breaking Changes To learn about bre ...
- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:annotation-driven'.
spring 配置文件报错报错信息:cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be ...
- "Installation failed !" in GUI but not in CLI (/usr/bin/winusb: line 78: 18265 Terminated )
"Installation failed !" in GUI but not in CLI (/usr/bin/winusb: line 78: 18265 Terminated ...
- ubuntu 14.04 ns2.35 ***buffer overflow detected **: ns terminated解决办法
1.按照如下教程安装 Install With Me !: How to Install NS-2.35 in Ubuntu-13.10 / 14.04 (in 4 easy steps) 2.运行一 ...
- TypeScript Declaration Merging(声明合并)
TypeScript中有一些独特的概念,来自需要描述JavaScript对象类型发生了哪些变化.举个例子,最为独特的概念就是"声明合并".理解了这个概念将会对你在当前JavaScr ...
- 在chrome 总调试cordova出现Detached from the target. Remote debugging has been terminated with reason: Connection lost. Please re-attach to the new target
在chrome 总调试cordova出现如下错误: "Detached from the target. Remote debugging has been terminated with ...
- java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@1f303192 rejected from java.util.concurrent.ThreadPoolExecutor@11f7cc04[Terminated, pool size = 0, active threads
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@1f303192 rejec ...
- spring cvc-elt.1: Cannot find the declaration of element 'beans'解决办法
转载自http://blog.csdn.net/legendj/article/details/9950963 今天在写spring aop示例的时候,在spring.xml文件中添加spring a ...
随机推荐
- (机器学习)小试牛刀 利用Zapier和MonkeyLearn
MonkeyLearn + Zapier Integration(阅者注:本文介绍如何用Zapier和MonkeyLearn将机器学习实际应用到工作当中,比如:客户咨询和投诉管理,营销邮件管理) We ...
- GridColumn (Column Layout and Auto Width)
Namespace:DevExpress.XtraGrid.Columns Assembly:DevExpress.XtraGrid.v16.2.dll https://documentation.d ...
- 【转】每天一个linux命令(41):ps命令
原文网址:http://www.cnblogs.com/peida/archive/2012/12/19/2824418.html Linux中的ps命令是Process Status的缩写.ps命令 ...
- oracle之 11.2.0.4 bbed安装
一. bbed安装: 1.ORACLE 11G下安装BBED,需要从ORACLE 10G中复制三个包 sbbdpt.o .ssbbded.o 并将两个文件移到$ORACLE_HOME/rdbms/li ...
- jquery禁止复制、禁用右键、文本选择功能、复制按键
本文章介绍的jquery禁用右键.文本选择功能.复制按键的实现它可以兼容浏览器有IE.firefox.谷歌浏览器,各位朋友可参考.IE浏览器是指以IE为核心的浏览器也支持,有360,QQ等 代码如下: ...
- selenium常用获取元素点
//通过id WebElement element = driver.findElement(By.id("coolestWidgetEvah")); //通过className ...
- JFrame 与 Frame
JFrame是Frame的子类 Frame is part of java.awt package and exists since JDK1.0. JFrame is part of javax.s ...
- Microsoft Dynamics CRM 2011 批量添加域用户 然后添加CRM用户
一.先了解下 DSADD user命令详解 常见的批量创建用户的方法有四种: 一. 帐户模板的方式 二. CSVDE和LDIFDE 三. 脚本的方式 四. DSADD 但是很少有详细的资料使用DSAD ...
- Scrapy下xpath基本的使用方法
Scrapy是基于python的开源爬虫框架,使用起来也比较方便.具体的官网档:http://doc.scrapy.org/en/latest/ 之前以为了解python就可以直接爬网站了,原来还要了 ...
- android 关于listview scrollview 底部 控件无法显示的两个解决方案
方案一 用LinearLayout实现,代码如下: <!-- 中奖纪录 by mhd --> <LinearLayout xmlns:android="http://sch ...