ILINK32 Error----LITEPROVIDER140.OBJ?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hyking
Posts: 2
Joined: Tue 09 Jul 2013 09:53

ILINK32 Error----LITEPROVIDER140.OBJ?

Post by hyking » Tue 09 Jul 2013 10:19

hi:

my ide is the rad studio 2010,and i installed a unidac 5.0 components.
when i want to execute my pe file without a development environment(i.e. deselect "build with run time packages"),i run into this link error:
"
[ILINK32 Error] Fatal: Unable to open file 'LITEPROVIDER140.OBJ'
"

how can i solve this problem?
:?: :|

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ILINK32 Error----LITEPROVIDER140.OBJ?

Post by AlexP » Wed 10 Jul 2013 12:59

Hello,

Unfortunately, if you uncheck the "build with run time packages" option in a С++Builder version lower than XE2, this error will occur. We will add OBJ files for problem С++Builder versions in one of the next versions.

hyking
Posts: 2
Joined: Tue 09 Jul 2013 09:53

Re: ILINK32 Error----LITEPROVIDER140.OBJ?

Post by hyking » Wed 10 Jul 2013 14:38

AlexP wrote:Hello,

Unfortunately, if you uncheck the "build with run time packages" option in a С++Builder version lower than XE2, this error will occur. We will add OBJ files for problem С++Builder versions in one of the next versions.
thanks for your reply,AlexP...and i expect the next version will be released asap. :)

AlCaver
Posts: 2
Joined: Fri 16 May 2014 06:29

Re: ILINK32 Error----LITEPROVIDER140.OBJ?

Post by AlCaver » Fri 16 May 2014 06:35

Hi!

I have some problem. I use Builder 2010 and UniDAC 5.3.8. When I want to build my project I have link error [ILINK32 Error] Fatal: Unable to open file 'LITEPROVIDER140.OBJ'
Option 'build with run time packages' is unchecked.
How can I fix it?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ILINK32 Error----LITEPROVIDER140.OBJ?

Post by AlexP » Fri 16 May 2014 08:05

For the time being, to solve the problem, you can modify the SQLiteUniProvider.hpp file in the following way:

replace the line

Code: Select all

#pragma comment(lib, "liteprovider140")
with

Code: Select all

#pragma comment(lib, "liteprovider140.bpi")

Post Reply