Jump to content

Configuration on C++ Builder only (No Delphi installed)


naozuka

Recommended Posts

Hi there. I'm with a problem here.

I bought a license on my company and installed sucessfully on Rad Studio XE2 on my machine.

Then I bought more three licenses but the machines doesn't have Rad Studio. Only C++ Builder XE2 (without Delphi).

 

Is there a way to install without Delphi or using my machine that has Rad Studio XE2 installed?

 

Best regards,

 

Naozuka.

Link to comment
Share on other sites

  • Administrators

Hi,

 

Unfortunately, installing uniGUI for CPP requires RAD Studio so you can generate all required HPP files and OBJ files from DCUs.

This can not be done using CPP Builder only. Probably you'll need to temporarily install RAD Studio on other PCs and remove it after installation. Or you can manually move HPP and OBJ files to those systems. Again you need to install uniGUI on those PCs first to get  proper license keys for each system.

Link to comment
Share on other sites

Hi Farshad, 

 

I tried copying folder hpp, dcp and bpl from "C:\Users\Public\Documents\RAD Studio\9.0" from my pc to the other with no delphi installation. But when I tried to install the bpl it gives me the message "Verification Failed". I don't know if I have to copy any file to "C:\Program Files (x86)\FMSoft". 

I'm using version 1.0.0.1416.

Link to comment
Share on other sites

Hi Farshad,

 

I've found another solution using RAD Studio Command Prompt and the commands below. 

 

cd c:\Program Files (x86)\FMSoft\Framework\uniGUI\uSynEdit\Packages
msbuild uSynEdit_R2012.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
msbuild uSynEdit_D2012.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
 
cd c:\Program Files (x86)\FMSoft\Framework\uniTools
msbuild uniTools16.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
 
cd c:\Program Files (x86)\FMSoft\Framework\uniGUI\uIndy
msbuild uIndy16.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
 
cd c:\Program Files (x86)\FMSoft\Framework\uniGUI\source\core
msbuild uniGUI16Core.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
 
cd c:\Program Files (x86)\FMSoft\Framework\uniGUI\source\components
msbuild uniGUI16.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
 
cd c:\Program Files (x86)\FMSoft\Framework\uniGUI\source\vcl
msbuild uniGUI16VCL.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
 
cd c:\Program Files (x86)\FMSoft\Framework\uniGUI\source\design
msbuild uniGUI16dcl.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
 
cd c:\Program Files (x86)\FMSoft\Framework\uniGUI\source\components
msbuild uniGUI16Chart.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
 
cd c:\Program Files (x86)\FMSoft\Framework\uniGUI\source\design
msbuild uniGUI16Chartdcl.dproj /p:Configuration=Release /p:DCC_CBuilderOutput=All
 
Then I add the bpl manually with uniGUI16dcl and uniGUI16Chartdcl in Component -> Install Packages.
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...