[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: Mark Phippard <markphip_at_gmail.com>
Date: 2007-07-05 15:19:17 CEST

On 7/5/07, Stefan Küng <tortoisesvn@gmail.com> wrote:
> > 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.

Thanks. Isn't this detail usually handled by gen-make.py? I did
re-run that before building. Or are we expecting that to be a default
library provided by the IDE?

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
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:21:12 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.