On Thu, Dec 4, 2008 at 1:53 PM, D.J. Heap <djheap_at_gmail.com> wrote:
>
> You are building a program that uses the Subversion API's, correct?
>
> I don't know why those API's are missing from the libraries and I'll
> look at it when I can (I suspect they aren't being exported correctly
> or something), but is there a specific reason you want to use the
> static libraries rather than the libsvn_* dynamic link libraries?
>
> The dynamic link libraries are much more commonly used and are quite a
> bit easier to deal with although you may have to deploy the Subversion
> (and support) dll's with your program if you can't depend on an
> existing Subversion installation.
The DLLs for the libsvn_ import libraries were not packaged with the svn
1.5.4 win32 package I downloaded, which contained precompiled binaries for
SVN API as well as apr, neon, and its other dependencies. This is why I use
the static libs.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=979790
Received on 2008-12-04 20:56:58 CET