Page 1 of 1

Unable to open file 'ORACLEUNIPROVIDER.OBJ'

Posted: Fri 01 Aug 2008 14:39
by giordanetti
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

Posted: Mon 04 Aug 2008 07:23
by Plash
Open the *.cbproj file of your project in a text editor. Find the line and add oraprovider105.lib to the list.

Posted: Mon 04 Aug 2008 07:41
by giordanetti
Many Thanks,

Now all work fine