Page 1 of 1
ILINK32 Error----LITEPROVIDER140.OBJ?
Posted: Tue 09 Jul 2013 10:19
by hyking
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?

Re: ILINK32 Error----LITEPROVIDER140.OBJ?
Posted: Wed 10 Jul 2013 12:59
by AlexP
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.
Re: ILINK32 Error----LITEPROVIDER140.OBJ?
Posted: Wed 10 Jul 2013 14:38
by hyking
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.

Re: ILINK32 Error----LITEPROVIDER140.OBJ?
Posted: Fri 16 May 2014 06:35
by AlCaver
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?
Re: ILINK32 Error----LITEPROVIDER140.OBJ?
Posted: Fri 16 May 2014 08:05
by AlexP
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")