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

Re: svn lib and dll files

From: D.J. Heap <djheap_at_gmail.com>
Date: Mon, 7 Jan 2008 21:42:13 -0700

On Jan 7, 2008 6:28 PM, Rael Bauer <rael_bauer_at_yahoo.com> wrote:
> Hi,
>
> The development zip archive contains "lib" files that correspond to the
> modules mentioned in the svn book:
> libsvn_wc-1.lib
> libsvn_client-1.lib
> libsvn_delta-1.lib
> libsvn_diff-1.lib
> libsvn_fs-1.lib
> libsvn_fs_base-1.lib
> libsvn_fs_fs-1.lib
> libsvn_ra-1.lib
> libsvn_ra_dav-1.lib
> libsvn_ra_local-1.lib
> libsvn_ra_svn-1.lib
> libsvn_repos-1.lib
> libsvn_subr-1.lib
>
> The binary distribution however includes a list of dll's that don't match
> these lib files at all!
> intl3_svn.dll
> libapr.dll
> libapriconv.dll
> libaprutil.dll
> libdb44.dll
> libeay32.dll
> ssleay32.dll
>
> Which lib files are included in which dll's? and is there any documentation
> on this point?
> I would like to declare external functions to use from delphi, so I assume
> that I would want/need to bind to the dll's and not the lib files.

Subversion 1.4.x and earlier does not have a dll build on Windows,
just static libaries. 1.5.x should support dll builds, though. The
dll's you listed are not part of Subversion itself, they are modules
it uses.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-08 05:42:24 CET

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.