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

Re: link libsvn_client-1.lib in VC++ 6.0

From: steveking <steveking_at_gmx.ch>
Date: 2005-05-08 11:37:54 CEST

Andreas Richter wrote:

> Have now link all available libs int my project and now i have only 2
> unresolved symbols
>
> __imp__SHGetFolderPathA@20
> __imp__SHGetFolderPathW@20
>
> which library have these symbols?

Header: shlobj.h
Library: shell32.dll (no lib available, dynamically linked)

You need at least shell32.dll version 5.0 for this. Maybe you also need
to download the latest SDK from MS to get the latest header files.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 8 11:39:15 2005

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.