Installation under Delphi 6

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

Moderators: SDS, support, admin

Post Reply
Jourde
Posts: 33
Joined: 10 Sep 2004, 10:33
Location: France
Contact:

Installation under Delphi 6

Post by Jourde » 19 May 2005, 11:49

Hi,

i just re-install the lastest demo of VCL Import, and i put my dcu(my licence).

At the compilation, i got :
The DXFConv unit was compiled with a differente version of SGLines.Tsglines !

What can i do ?

Thanks

Eric Jourde

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

Post by support » 09 Nov 2005, 18:29

Hello!
Such errors can occur when different versions of CAD Import VCL are being used in one system.
To avoid these problems it is necessary to check whether Delphi uses correspondent libraries.
For example there are two different versions of CAD Import VCL on your hard drive:
C:\CADImportVCL folder holds licensed verssion
D:\CADImportVCL folder holds just the downloaded version.

If previously pathes in Delphi (Tools > Environment Options menu command, tab 'Library', 'Library path' option) were set to the version in this C:\CADImportVCL folder and you open demo in D:\CADImportVCL\Delphi\Demos\Viewer folder then error may occur. It happens because of Delphi first of all captures libraries that are set for current project (Project > Options... menu command, tab 'Directories/Conditionals', 'Search path' option).

If you need to use renewed demo from the just the downloaded package with your old licensed libraries you have to copy contents of the new demo's folder to the your old project's folder:

copy contents of the D:\CADImportVCL\Delphi\Demos\Viewer to the C:\CADImportVCL\Delphi\Demos\Viewer folder and compile the project.

Sergey.



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

Post Reply