Unable to open file 'ORACLEUNIPROVIDER.OBJ'

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
giordanetti
Posts: 2
Joined: Thu 31 Jul 2008 09:42

Unable to open file 'ORACLEUNIPROVIDER.OBJ'

Post by giordanetti » Fri 01 Aug 2008 14:39

When I create new C++ project with RAD 2007
I've got [ILINK32 Error] Fatal: Unable to open file 'ORACLEUNIPROVIDER.OBJ'

If I do the same thingh in delphi project all run ok

The project is very simple , I've just drag
two components (TUniConnection and TOracleUniProvider) in the main form and run it.

I searched the 'ORACLEUNIPROVIDER.OBJ' in all my disk but I've never found if

Any idea about this problem?

Thanks

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 04 Aug 2008 07:23

Open the *.cbproj file of your project in a text editor. Find the line and add oraprovider105.lib to the list.

giordanetti
Posts: 2
Joined: Thu 31 Jul 2008 09:42

Post by giordanetti » Mon 04 Aug 2008 07:41

Many Thanks,

Now all work fine

Post Reply