cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: secur32.lib on Windows?

From: Yang Tse <yangsita_at_gmail.com>
Date: Mon, 2 Feb 2009 13:57:44 +0100

2009/1/31, Markus Moeller wrote:

> I am using VC++ 2008 Express and in my initial tests I created
> my own makefile.vc9 out of makefile.vc6.

> Now I tried to use just vc6curl.dsw with VC++2008 to create
> a curl executable as a clean reference build before enabling
> socks_sspi but failed.

> VC++ 2008 converts the dsw file but I get either (using libcurl DLL):
>
> Compiling resources...
> Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
> Copyright (C) Microsoft Corporation. All rights reserved.
> Linking...
> LINK : fatal error LNK1181: cannot open input file 'libcurl_imp.lib'
> Build log was saved at
> "file://d:\BuildArea\curl-7.19.4-20090130\src\DLL-Release\BuildLog.htm"
> curlsrc - 1 error(s), 0 warning(s)
> ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
>
> or (using libcurl LIB):
>
> Compiling resources...
> Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
> Copyright (C) Microsoft Corporation. All rights reserved.
> Linking...
> LINK : fatal error LNK1181: cannot open input file 'libcurl.lib'
> Build log was saved at
> "file://d:\BuildArea\curl-7.19.4-20090130\src\LIB-Release\BuildLog.htm"
> curlsrc - 1 error(s), 0 warning(s)
> ========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========

You might have already figured out this by yourself, either way...

In your case, it seems that curlsrc.vcproj converted from curlsrc.dsp
looses the dependency to curllib.vcproj converted from curllib.dsp, or
it could also be that it is loosing or screwing the relative path to
the library location.

Any of the above could be an indication of the following VC++ 2008
acknowledged bug:

https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=398554

-- 
-=[Yang]=-
Received on 2009-02-02