Hi...
im running a VC++.net 2005 application.
in my linker->input property,i have specified -
c:\oracle\product\10.2.0\db_1\precomp\LIB\orasql10.lib
While linking im getting no error.
but when i change it to -
c:\oracle\product\10.2.0\db_1\precomp\LIB\orasql10.lib "C:\Program Files\Microsoft Visual Studio 8\VC\lib\msvcmrt.lib" "C:\Program Files\Microsoft Visual Studio 8\VC\lib\msvcrt.lib"
im getting a warning -
LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library
Can anybody tell me why???