Page 1 of 1

UniDAC not good for BCB

Posted: Mon 03 May 2010 03:58
by ramorais
Friends,

I try find the solution for ".OBJ Linker error" when you place the provider in form. But, I not found...

Here, there are 2 posts about it. Without replies.

So, the components is designed for Delphi, not for C++.

Posted: Mon 03 May 2010 04:15
by ramorais
Friends,

For example, replace
#pragma link "MySQLUniProvider"
for
#pragma link "myprovider120.lib"
and ok.

Work for all providers.
Again, Delphi designed... :-/

Posted: Mon 03 May 2010 08:40
by banita
this is know issue. UniDac works very good under c++.