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

Re: [PATCH] Remove APR ICONV dependency on Windows (was SVN Win32 Developers -- need some help)

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-07-05 15:14:17 CEST

On 7/5/07, Mark Phippard <markphip@gmail.com> wrote:
> On 7/5/07, Mark Phippard <markphip@gmail.com> wrote:
> > Thanks Ivan.
> >
> > Is it possible to build apr-util without iconv now? Or do we still
> > have to build apr-iconv and ship the DLL and just know that we are now
> > not actually using it?
>
> I figured this out. Just had to edit apu.h.
>
> Now when I build SVN it cannot create the libsvn_subr-1.dll The
> reason is that it cannot resolve the symbols for these new functions
> we are calling ... CoInitialize etc... I imagine there is some new
> .lib that we have to make available during the compile? I am using
> MSVC 6.0 with the latest SDK.

Both CoInitialize() and CoUninitialize() are declared in objbase.h and
you must link against ole32.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 Thu Jul 5 15:14:17 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.