CADimportVCL installation

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

Moderators: SDS, support, admin

Post Reply
wolficek
Posts: 2
Joined: 17 Dec 2008, 21:07

CADimportVCL installation

Post by wolficek » 17 Dec 2008, 21:25

Hallo,
I'm new in borland developer studio 2006(C++). How can i install your component(version: CADImportVCL_source_V6.1)? I opened, compiled a installed(right mouse click-compile,install) two files(sgGrpVw2006win32.bdsproj and sgGrpVwBCB2006.bdsproj) from folder \CBuilder\BCB2006\Lib\. Then i opened your demo application project(viewer.bdsproj from folder \BCB2006\Viewer\) a tried compile this one but i got this error messages:

[C++ Error] Sgconsts.hpp(579): E2091 Functions cannot return arrays or functions
[C++ Error] Sgconsts.hpp(581): E2189 extern variable cannot be initialized
[C++ Error] Sgconsts.hpp(581): E2449 Size of 'MatOffset' is unknown or zero
[C++ Error] Sgconsts.hpp(581): E2451 Undefined symbol 'M'
[C++ Error] Sgconsts.hpp(581): E2293 ) expected
[C++ Error] Sgconsts.hpp(582): E2091 Functions cannot return arrays or functions
[C++ Error] Sgconsts.hpp(583): E2091 Functions cannot return arrays or functions
[C++ Error] Sgconsts.hpp(584): E2091 Functions cannot return arrays or functions

Please, can anybody tell me, how solve this problem? thanks

wolficek
Posts: 2
Joined: 17 Dec 2008, 21:07

Re: CADimportVCL installation

Post by wolficek » 19 Dec 2008, 12:48

Really nobody have a solution? please, it's very important :(

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

Re: CADimportVCL installation

Post by support » 22 Dec 2008, 09:38

Hello!
  1. There is no need to install sgGrpVw2006win32.bdsproj and sgGrpVwBCB2006.bdsproj. They are required for sgImage component which is already obsolete. These two modules are left for the compatibility with the previous versions of CAD Import VCL
  2. It is required additional update for the library to use it with BDS 2006(C++). Please contact us via e-mail to support@cadsofttools.com, we will give you a special download link.
Sergey.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply