UniDAC not good for BCB

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ramorais
Posts: 2
Joined: Mon 03 May 2010 03:50

UniDAC not good for BCB

Post by ramorais » Mon 03 May 2010 03:58

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++.

ramorais
Posts: 2
Joined: Mon 03 May 2010 03:50

Post by ramorais » Mon 03 May 2010 04:15

Friends,

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

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

banita
Posts: 29
Joined: Fri 19 Jun 2009 14:31

Post by banita » Mon 03 May 2010 08:40

this is know issue. UniDac works very good under c++.

Post Reply