Jump to content

Installation problems in Delphi XE4 update 1 (0.94.0.1024)


normanha

Recommended Posts

Hi for All,

 

I'm trying to install version 0.94.0.1024 in delphi xe4 upadate 1 , when compiling the uniGUI18Chart bpl located in " C : \ Program Files ( x86 ) \ FMSoft \ Framework \ uniGUI \ " I am getting a series of errors as listed below .
 
[ dcc32 Error] ExtData.pas ( 476 ) : E2003 Undeclared identifier: ' TExtXTemplate '
[ dcc32 Error] ExtData.pas ( 483 ) : E2005 ' TExtXTemplate ' is not a type identifier
[ dcc32 Error] ExtData.pas ( 502 ) : E2005 ' TExtXTemplate ' is not a type identifier
[ dcc32 Error] ExtData.pas ( 699 ) : E2003 Undeclared identifier: ' TExtError '
[ dcc32 Error] ExtData.pas ( 701 ) : E2137 Method ' JSClassName ' not found in base class
[ dcc32 Error] ExtData.pas ( 853 ) : E2005 ' TExtError ' is not a type identifier
[ dcc32 Error] ExtData.pas ( 855 ) : E2137 Method ' JSClassName ' not found in base class
[ dcc32 Error] ExtData.pas ( 913 ) : E2005 ' TExtError ' is not a type identifier
[ dcc32 Error] ExtData.pas ( 915 ) : E2137 Method ' JSClassName ' not found in base class
[ dcc32 Error] ExtData.pas ( 951 ) : E2005 ' TExtError ' is not a type identifier
[ dcc32 Error] ExtData.pas ( 953 ) : E2137 Method ' JSClassName ' not found in base class
[ dcc32 Error] ExtData.pas ( 2271 ) : E2005 ' TExtXTemplate ' is not a type identifier
[ dcc32 Error] ExtData.pas ( 2273 ) : E2066 Missing operator or semicolon
[ dcc32 Error] ExtData.pas ( 2293 ) : E2066 Missing operator or semicolon
[ dcc32 Error] ExtData.pas ( 2293 ) : E2382 Can not call constructors using instance variables
[ dcc32 Error] ExtData.pas ( 2330 ) : E2066 Missing operator or semicolon
[ dcc32 Fatal Error] ExtChart.pas ( 10 ) : F2063 Could not compile used unit ' ExtData.pas '
 
Searching in previous posts found nothing related, a colleague from the list have been through some similar problem ?
 
How to solve this issue , it is really a bug ?
 
I await a return and I thank you for your attention .
 

 

Link to comment
Share on other sites

Dear 

 

I identified the problem, but have not figured out the cause. The error occurs because during installation I did not uncheck the options related to other versions/platforms of Delphi. 

 

For resolve this problem, i used step by step bellow.

 

1º Uninstall unigui and remove the directory "C:\Program Files (x86)\FMSoft"

2º Install unigui selecting only the platforms XE4 Delphi 32 and 64 bits

3º Compile and install all packages "without errors".
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...