Error after upgrade from ver 4.8 to 6.10

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Calkins
Posts: 13
Joined: Thu 12 Sep 2013 10:40

Error after upgrade from ver 4.8 to 6.10

Post by Calkins » Wed 14 May 2014 11:43

Hi,

After upgrade SDAC we get this error when we try to compile our projects:

Code: Select all

[ILINK32 Error] Fatal: Unable to open file 'SDACVCL120.OBJ'
SDACVCL120.OBJ don't exists but we have file SDACVCL.OBJ.

Error occurs when we put TMSConnectDialog on form and set option "Build with runtime packages".

Thx for help in advance.

Calkins
Posts: 13
Joined: Thu 12 Sep 2013 10:40

Re: Error after upgrade from ver 4.8 to 6.10

Post by Calkins » Wed 14 May 2014 11:52

Version 6.6 is working fine. I hope this information helps a little.

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Error after upgrade from ver 4.8 to 6.10

Post by azyk » Thu 15 May 2014 12:31

Hi,

Thank you for the information. To avoid this error, you should open the sdacVcl.hpp file located in "С:\Program Files\Devart\SDAC for RAD Studio 2009\Include\" - and find and delete the following code block:

Code: Select all

#ifdef USEPACKAGES
#pragma link "SdacVcl120.bpi"
#else
#pragma comment(lib, "sdacvcl120")
#endif

Calkins
Posts: 13
Joined: Thu 12 Sep 2013 10:40

Re: Error after upgrade from ver 4.8 to 6.10

Post by Calkins » Wed 21 May 2014 05:55

Thx for help. It fix this error.

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Error after upgrade from ver 4.8 to 6.10

Post by azyk » Thu 22 May 2014 14:46

Feel free to contact us if you have any further questions.

Post Reply