curl-library
Re: Library issue (again?)
From: Yang Tse <yangsita_at_gmail.com>
Date: Thu, 22 Nov 2007 22:20:35 +0100
Date: Thu, 22 Nov 2007 22:20:35 +0100
> curllib.lib(mprintf.obj) : error LNK2001: unresolved external symbol _sprintf
Don`t use the VS2005 NODEFAULTLIB thing. Uncheck it if you have checked it.
Also undef _USRDLL in your projects if defined.
Do a batch clean all, and afterwards a batch build all.
You might also need to link with advapi32.lib.
-- -=[Yang]=-Received on 2007-11-22