Using 2005 Version in Delphi 2006?

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
winx
Posts: 3
Joined: 25 Jan 2006, 11:34

Using 2005 Version in Delphi 2006?

Post by winx » 26 Jan 2006, 12:52

Hi,

i know, that the official release of the 2006 version will be soon.
But is there a possiblity to use the 2005 Version in Delphi 2006?

I always get the error:

"sgGrVreg.pas(14): F2063 Unit 'SGImage.pas' could not be compiled"

Thanks,
winx

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 26 Jan 2006, 14:52

Hello,

CAD Import VCL uses sgImage component. This component is distributed with the library and is compiled separately for every programming tool (CAD Import VCL available on: http://www.cadsofttools.com/download/CADImportVCL.zip holds it in the corresponding folders, this package must be installed for proper usage of library):

Delphi3: CADImportVCL\Delphi\Lib3\sgGrpVw3.dpk
Delphi4: CADImportVCL\Delphi\Lib4\sgGrpVw4.dpk
Delphi5: CADImportVCL\Delphi\Lib5\sgGrpVw5.dpk
Delphi6: CADImportVCL\Delphi\Lib6\sgGrpVw6.dpk
Delphi7: CADImportVCL\Delphi\Lib7\sgGrpVw7.dpk
Delphi2005: CADImportVCL\Delphi\Lib2005win32\sgGrpVw2005win32.dpk

BCB4: CADImportVCL\CBuilder\BCB4\Lib\sgGrpVwBCB4.bpk
BCB5: CADImportVCL\CBuilder\BCB5\Lib\sgGrpVwBCB5.bpk
BCB6: CADImportVCL\CBuilder\BCB5\Lib\sgGrpVwBCB6.bpk

Peculiarity of compilation of each separate programming tool produces some restrictions. They can't use *.dpk (*.bpk) built for one tool in any other tools.

That is why you get such kind of errors.

Sergey.

please post questions to the forum or write to support@cadsofttools.com

winx
Posts: 3
Joined: 25 Jan 2006, 11:34

Post by winx » 26 Jan 2006, 15:20

and there is no solution for the problem?

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 26 Jan 2006, 16:59

Hello,

Unfortunately Delphi 2006 demos are not still available. This problem will be solved soon.

Sergey.

please post questions to the forum or write to support@cadsofttools.com

Post Reply