Page 1 of 1

New install into C++ Builder 2010 Does not work

Posted: Thu 17 Sep 2009 07:32
by FTrizano
Hi All,
This machine is running a newly installed Vista Buisness and has only 1 user (the administrator) It has a new clean install of Rad Studio 2010 and has never had any other version of any compiler installed. It has never had any other version SDAC installed. This is a clean install of the Fully licensed Professional version of SDAC 4.80.0.51 for Rad Studio 2010 that I installed by right clicking on Install as Administrator.

To create the issue all you need to do is: Create a new VCL Forms application, drop an MSConnection on the form with nothing else, and no code entered in the Editor and then click Compile (without doing anything else) and the compile fails with the following message:

[BCC32 Error] MSAccess.hpp(1244): E2015 Ambiguity between 'ftSingle' and 'Typinfo::ftSingle'
Full parser context
Unit1.cpp(6): #include Unit1.h
Unit1.h(12): #include C:\Program Files\Devart\Sdac for RAD Studio 2010\Include\MSAccess.hpp
MSAccess.hpp(46): namespace Msaccess
Failed

In addition to this, the installer failed to add the paths to the Library or Include files automatically, I needed to do that manually.

The built in DbGo MSADO components work correctly as do all other Components. The only other controls that I have installed are the TMS Component Pack.

Any help in solving these issues would be greatly appreciated as the SDAC Components are completely unuseable as of now.

Best Regards,

Frank

Posted: Fri 18 Sep 2009 07:56
by Dimon
Thank you for information. We have reproduced problems and fixed them. These fixes will be included in the next SDAC build.

Posted: Fri 18 Sep 2009 08:07
by FTrizano
Hi Dimon,

Thank you for working on this.

Do you have any idea when the next SDAC build will be released? I'm porting several applications to C++ Builder 2010 from 2009 and I just need an idea about how long it will be.

Thank You Very much,

Frank

Posted: Fri 18 Sep 2009 08:52
by Dimon
We are planning to release the new build of SDAC in two or three weeks.

As a temporary solution you can delete the following line from the MSAccess.hpp file:

Code: Select all

extern PACKAGE Set  FieldTypesWithSize;

Posted: Fri 18 Sep 2009 08:54
by FTrizano
Thank You,

I'll give it a try.

Best Regards,

Frank