Using 2005 Version in Delphi 2006?
Moderators: SDS, support, admin
Using 2005 Version in Delphi 2006?
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
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
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
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
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
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