
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