Page 1 of 1
CADImportVCL Demo for 2006
Posted: 24 Nov 2006, 05:13
by fbroma
Hello,
I've been reviewing CADImportVCL and am anxious to try a trial version. i tried the demo but can't seem to make them run. Is there a Delphi 2006 version available?
Thanks in advance,
Hike
Hike
Posted: 24 Nov 2006, 09:03
by support
Dear Hike,
Thank you for the interest to our products.
<blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Is there a Delphi 2006 version available?<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
Yes, there is a Delphi 2006 version in the <b>CADImportVCL</b>.
Please find respective libraries in the ..\cadimportvcl\Delphi\Lib2006win32\.. folder of the <b>CDImportVCL</b> v.5.2.5 package. It is available at:
http://www.cadsofttools.com/download/cadimportvcl.zip
<ul><li>Run Delphi for Microsoft Win32.</li>
<li>Open some demo project from the <b>CADImportVCL</b> package (find them in the ..\cadimportvcl\Delphi\Demos\.. folder).</li>
<li>Select <b>Tools > Options menu</b> item.</li>
<li>Select <b>Environment Options > Delphi Options > Library - Win32</b> option.</li>
<li>Set path to the ..\cadimportvcl\Delphi\Lib2006win32\.. folder in the <b>Library path</b> edit box.</li>
<li>Build demo application. </li></ul>
Sergey.
please post questions to the forum or write to
support@cadsofttools.com
Posted: 25 Nov 2006, 22:17
by fbroma
Hi Sergey,
Thanks for the info. I tried what you said and I still get an error message "...sgCadImage does not have a corresponding component. Remove the declaration..." when I try to build the Addnew Demo.
Any help would be appreciated.
Thanks
Hike
Posted: 27 Nov 2006, 09:59
by support
Hell Hike,
It is necessary to install <b>sgImage</b> component into the BDS 2006 Delphi:
<ul><li>Run Delphi for Microsoft Win32.</li>
<li>Open <b>sgGrpVw2006win32.dpk</b> in the ..\cadimportvcl\Delphi\Lib2006win32\.. folder.</li>
<li>Right mouse click on the <b>sgGrpVw2006win32.bpl</b>.</li>
<li>Select <b>Install</b> in the context menu.</li>
<li>Select <b>File > Save All</b> menu item.</li>
<li>Select <b>File > Close All</b> menu item.</li></ul>
Sergey.
please post questions to the forum or write to
support@cadsofttools.com
Posted: 29 Nov 2006, 00:55
by fbroma
Thanks Sergey. I have it working now.
Hike