I have buld a static library and also a test program to check out the library.
However when I try and build my test program I get the warning:
: defaultlib 'LIBCD' conflicts with use of other libs; use /NODEFAULTLIB:library
I have place the line: /NODEFAULTLIB:WAPI_AIM.lib in the Ignore Specific Library option of the Linker properties, but still get the warning.
I would like to clear this warning.
Any suggestions?
However when I try and build my test program I get the warning:
: defaultlib 'LIBCD' conflicts with use of other libs; use /NODEFAULTLIB:library
I have place the line: /NODEFAULTLIB:WAPI_AIM.lib in the Ignore Specific Library option of the Linker properties, but still get the warning.
I would like to clear this warning.
Any suggestions?