You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Rael Bauer <ra...@yahoo.com> on 2008/01/08 01:28:45 UTC

svn lib and dll files

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.
   
  Thanks
  Rael

       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

Re: svn lib and dll files

Posted by "D.J. Heap" <dj...@gmail.com>.
On Jan 7, 2008 6:28 PM, Rael Bauer <ra...@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org