Home > Back-end >  Help xe7 c builder devexpress error estimate know where is wrong, but don't know how to change
Help xe7 c builder devexpress error estimate know where is wrong, but don't know how to change

Time:09-29

Of course c + + builder installed devexpress xe7 VCL Delphi xe7 also installed under the Delphi built one of the most simple random add a control such as cxbutton cxpage compilation such as no problem, just make a mistake, but c + + builder xe7

My is Windows 7 64 - bit

Tip
[bcc32 Error] dxCore. HPP (108) : E2316 'TArray__1' is not a member of the 'System'
Full parser context
Unit1. CPP (6) : # include Unit1. H
Unit1. H (10) : # include E: \ xw \ dev14.2.2/Library/RAD Studio XE7 \ Win64 \ cxControls HPP
CxControls. HPP (31) : # include E: \ xw \ dev14.2.2/Library/RAD Studio XE7 \ Win64 \ dxCore HPP
DxCore. HPP (32) : namespace dxCore
DxCore. HPP (84) : the class TdxStream

Then I find system. Inside the HPP found that

# # ifndef _WIN64
//template Using TArray__1=System: : DynamicArray;
_WIN64 # else/* */
Template Using TArray__1=System: : DynamicArray;
# endif _WIN64/* */


I put the # # # # ifndef else endif are commented out, now prompted

[bcc32 Error] System. HPP (103) : E2040 Declaration terminated incorrectly
Full parser context
Project1. CPP (3) : # include d: \ \ program files \ embarcadero (x86) 15.0 \ include \ Windows \ \ studio \ VCL \ VCL h
VCL. H (10) : # include d: \ \ program files \ embarcadero (x86) 15.0 \ include \ Windows \ \ studio \ VCL \ basepch0 h
Basepch0. H (62) : # include d: \ \ program files \ embarcadero (x86) 15.0 \ include \ Windows \ \ studio \ RTL \ System. HPP
System. HPP (81) : the namespace System


Really do not solved!!!!!!

CodePudding user response:

Xe6 under normal, Delphi and c + + builder can use cx controls,
It's no use xe7

CodePudding user response:

Solved, using TArray__1 all parts of the 64 - bit machine exception,

CodePudding user response:

The warrior to explain how to solve? How are all exceptions? Will not affect?
  • Related