Page 1 of 1

CadImport and CadExport V7.2.5 with source

Posted: 20 May 2010, 17:34
by Jourde
Hi,

I receive my command of the version 7.2.5 of CadImport and CadExport.

But :
- there is not packages to install it under Delphi ? is it normal ?
- When i build a demo (editor for sample), all build go, all dcu are created, but i got the message 'demo version' ! why ?
- in the last version there was the sgImage componments that was add in the delphi compoments page not now ?

Sorry but i don't found any how to install in the zip ! just : demos, doc, Lib and the license.txt.
In Lib there is only the source (all .pas) .

Best regards

PS : i'm very exciting to try this new version !! please help me.

E.Jourde

Re: CadImport and CadExport V7.2.5 with source

Posted: 21 May 2010, 11:47
by support
Hello.
CAD Import VCL and CAD Export VCL provided in source .pas files. You need to link these files to your Delphi project for implementing Import and Export functionality into your own software.
Please remove directive DEMO from the Conditional Defines section of the Project options and rebuild to remove demo message.
sgImage component became obsolete even in version 6.1, now it's removed from the library. Please use sgDrawingNavigator instead of it. Please see the help system to learn software new features.

Alexander.

Re: CadImport and CadExport V7.2.5 with source

Posted: 21 May 2010, 12:17
by Jourde
Ok sorry,

i found how to do ;)

All is wroking nice !

thank you

Best regards.

E.Jourde

Re: CadImport and CadExport V7.2.5 with source

Posted: 21 May 2010, 17:58
by support
I hope you will be satisfied with CAD Import/Export VCL software functionality.

Alexander.