DXF Export VCL and Delphi6

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

Moderators: SDS, support, admin

Post Reply
delphidoc
Posts: 3
Joined: 29 Dec 2004, 10:12

DXF Export VCL and Delphi6

Post by delphidoc » 29 Dec 2004, 10:15

Hi,

I'm trying to use DXF Export VCL in my application, but when it compiles, I receive the following message :

[Fatal Error] Main.pas(7): Unit DXFExport was compiled with a different version of sgConsts.fAccuracy

Is anybody helpe-me ?

Thanks a lot

Evgeny
Posts: 115
Joined: 16 Mar 2004, 11:04
Location: Russia

Post by Evgeny » 29 Dec 2004, 12:16

It seems you have older version of DXF Export VCL or CAD Import VCL and paths to it from Delphi>Invironment options>Library path.
Please use the last version
DXF Export VCL:
http://www.cadsofttools.com/download/DXFExporterSDK.zip
or
CAD Import VCL:
http://www.cadsofttools.com/download/CADImportVCL.zip

and remove paths to old versions.

delphidoc
Posts: 3
Joined: 29 Dec 2004, 10:12

Post by delphidoc » 30 Dec 2004, 07:41

I has't older version of DXF Export VCL or CAD Import VCL.
I am first use DXF Export VCL.

Evgeny
Posts: 115
Joined: 16 Mar 2004, 11:04
Location: Russia

Post by Evgeny » 05 Jan 2005, 13:17

Maybe you have downloaded the wrong library not from our site.
Please use
http://www.cadsofttools.com/download/DXFExporterSDK.zip
and use
DXFExporterSDK\Delphi\Lib6\DXFExport.dcu
It works in D6

Post Reply