codegear XE2 [ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ"
codegear XE2 [ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ"
I use c++ of Codegear XE2, I added the component TUniConnection, but in compilation, the message appeared "MySql provider is not registered. Yo Should add the MySQLUniProvider Unit to the uses clause of anu unit in your project or place the TMySQLUniProvider component on the form"
then, I added the TmySQLUniProvider component in my form. but the following error appeared:
" MySQLUni[ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ' "
can Somebody help me? today I bought the product
then, I added the TmySQLUniProvider component in my form. but the following error appeared:
" MySQLUni[ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ' "
can Somebody help me? today I bought the product
Re: codegear XE2 [ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ"
Add the following to unit1.cpp
#pragma link "myprovider160.lib" (I think its 160 for XE2)
#pragma link "myprovider160.lib" (I think its 160 for XE2)
Re: codegear XE2 [ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ"
thanks, the compilation was successfull, but my UniQuery don't execute queries
"Access Violation at address 1FD35DE6. read of address 1FD35DE6"
thanks.
"Access Violation at address 1FD35DE6. read of address 1FD35DE6"
thanks.
Re: codegear XE2 [ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ"
hello,
For the time being, you indeed need to replace the line
with
We have already fixed this problem, the fix will be included to the next UniDAC version
We know about the problem with AV in С++ Builder and are working on the solution
For the time being, you indeed need to replace the line
Code: Select all
#pragma link "MySQLUniProvider";Code: Select all
#pragma link "myprovider160.lib"We know about the problem with AV in С++ Builder and are working on the solution
Re: codegear XE2 [ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ"
in 5.0.1 for bc++2010 is fixed this problem ?
thank you
Rado
thank you
Rado
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: codegear XE2 [ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ"
Yes, the "Unable to open file 'MYSQLUNIPROVIDER.OBJ" problem was fixed in UniDAC 5.0.1.
Re: codegear XE2 [ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ"
DemetrionQ wrote:Yes, the "Unable to open file 'MYSQLUNIPROVIDER.OBJ" problem was fixed in UniDAC 5.0.1.
please please HELP MY
http://forums.devart.com/viewtopic.php?f=5&t=27446
B.R Rado
Re: codegear XE2 [ILINK32 Error] Unable to open file 'MYSQLUNIPROVIDER.OBJ"
Hello,
This problem is fixed at the "build with runtime packages" option enabled only
This problem is fixed at the "build with runtime packages" option enabled only