cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: secur32.lib on Windows?

From: Markus Moeller <huaraz_at_moeller.plus.com>
Date: Sat, 31 Jan 2009 12:41:01 -0000

"Yang Tse" <yangsita_at_gmail.com> wrote in message
news:7802aa750901291243g1c564251r209d2212f5fb5aab_at_mail.gmail.com...
> 2009/1/28, Yang Tse wrote:
>
>> For libcurl consistency and maintainability sake the Windows SSPI
>> interface should probably be used only in one fashion, linking
>> directly with the SSPI library or the more portable late binding using
>> the function dispatch table which avoids direct linking.
>
> CVS has been updated to remove the need for the SSPI library at link-time.
>
> Markus, please, verify that things work as expected or if some problem
> has been introduced along with the changes.
>

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 ==========

I read through the FAQ and mailing list, but didn't find anything.

> --
> -=[Yang]=-
>

Thank you
Markus
Received on 2009-01-31