[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Windows integration Question

From: steveking <steveking_at_gmx.ch>
Date: 2007-07-13 22:52:27 CEST

Wampole, Garrett C. wrote:
> Sorry if this isn't the right forum for this question:
>
> I'm trying to link the Subversion Windows development libraries against
> a program I'm creating and I'm having some trouble.
>
> I get some unresolved symbols related to libneon.lib (output
> below)...I'm using Visual Studio 2005...and my linker command line
> looks like this:
>

[snip]

> 1>libneon.lib(ne_socket.obj) : error LNK2019: unresolved external
> symbol __imp__WSAStartup@8 referenced in function _ne_sock_init
[snip]
>
> Any help would be appreciated, thanks guys!
> -Garrett

You have to link against Ws2_32.lib.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 13 22:51:58 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.