How to link latest stable version of libCURL using vc++2010
Posted
by
Rollie
on Stack Overflow
See other posts from Stack Overflow
or by Rollie
Published on 2012-10-07T03:33:40Z
Indexed on
2012/10/07
3:37 UTC
Read the original article
Hit count: 147
On 2 separate machines in completely different environments (work, home) I've been unable to compile libCURL out of the box. Running nmake -f Makefile.vc mode=dll VC=10, I get an unresolved external symbol errors for _IdnToAscii and _IdnToUnicode. I believe the definitions are in Normaliz.lib, which is referenced in LFLAGS, but it either isn't finding it or the version I have doesn't have those functions. But I don't see any option to download this file...anyone have a good solution short of commenting out the 2 lines that use these functions?
© Stack Overflow or respective owner