Page 1 of 1

Error after upgrade from ver 4.8 to 6.10

Posted: Wed 14 May 2014 11:43
by Calkins
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.

Re: Error after upgrade from ver 4.8 to 6.10

Posted: Wed 14 May 2014 11:52
by Calkins
Version 6.6 is working fine. I hope this information helps a little.

Re: Error after upgrade from ver 4.8 to 6.10

Posted: Thu 15 May 2014 12:31
by azyk
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

Re: Error after upgrade from ver 4.8 to 6.10

Posted: Wed 21 May 2014 05:55
by Calkins
Thx for help. It fix this error.

Re: Error after upgrade from ver 4.8 to 6.10

Posted: Thu 22 May 2014 14:46
by azyk
Feel free to contact us if you have any further questions.