How to get rid of odbc32.lib odbccp32.lib 
Author Message
 How to get rid of odbc32.lib odbccp32.lib

Hi

In C++ 6.0, I was able to remove odbc32.lib odbccp32.lib in my project in
order to use another DB-API of a third party vendor.

The property window in VC 7.0 shows me all the linked DLLs nicely in the
Linker section, but I haven't found out how to REMOVE those two.

Thanks for any hints.

Urs



Sun, 26 Dec 2004 20:36:52 GMT  
 How to get rid of odbc32.lib odbccp32.lib
This is in the " Additional dependencies" property :

1)Open the project's Property Pages dialog box.
2)Click the Linker folder.
3)Click the Input property page.
4)Left Click on the "..."  button in the "Additional Dependencies"
property.
5)Uncheck the "Inherit from Project Defaults"
6)Explicity add the libs you want to be included in the link
Hope this helps.

Thank you,
Bobby Mattappally
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------

Quote:


>Hi

>In C++ 6.0, I was able to remove odbc32.lib odbccp32.lib in my project in
>order to use another DB-API of a third party vendor.

>The property window in VC 7.0 shows me all the linked DLLs nicely in the
>Linker section, but I haven't found out how to REMOVE those two.

>Thanks for any hints.

>Urs



Mon, 27 Dec 2004 05:53:15 GMT  
 How to get rid of odbc32.lib odbccp32.lib
Thanks Bobby

That's it. Fixed.

Urs



Quote:
> This is in the " Additional dependencies" property :

> 1)Open the project's Property Pages dialog box.
> 2)Click the Linker folder.
> 3)Click the Input property page.
> 4)Left Click on the "..."  button in the "Additional Dependencies"
> property.
> 5)Uncheck the "Inherit from Project Defaults"
> 6)Explicity add the libs you want to be included in the link
> Hope this helps.

> Thank you,
> Bobby Mattappally
> Microsoft Developer Support

> This posting is provided "AS IS" with no warranties, and confers no
rights.

> --------------------


> >Hi

> >In C++ 6.0, I was able to remove odbc32.lib odbccp32.lib in my project in
> >order to use another DB-API of a third party vendor.

> >The property window in VC 7.0 shows me all the linked DLLs nicely in the
> >Linker section, but I haven't found out how to REMOVE those two.

> >Thanks for any hints.

> >Urs



Thu, 30 Dec 2004 04:41:51 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. odbc32.lib

2. Beta 2: Mfcdload.lib and atldload.lib missing

3. CONFLICT - Global Var of a .LIB Vs Global Var of a program which uses the LIB

4. Microsoft C run-time lib LLIBCE.LIB

5. To Cursor Lib or not to Cursor Lib

6. Lib of Microsoft C to Lib Borland C

7. Fdectsp.lib and decLib.lib

8. convert 16 bit lib to 32 bit lib.

9. Convert a MS Lib into a Borland Lib

10. Differentiate LIB file for static library and LIB file for DLL

11. lib that uses another lib

12. nafxcw.lib vs libcpmt.lib

 

 
Powered by phpBB® Forum Software