Bert Huijben wrote: > Johan Corveleyn wrote: >> Thanks. I get a bit further now. But now it fails with some linker problems: >> >> [[[ >> svn_repos-1.lib(commit.obj) : error LNK2019: unresolved external >> symbol _svn_editor3p__insert_shims referenced in funct[...] > > I'm guessing this is caused by a missing msvc-export = <new-header> > definition in build.conf. > > Without that new functions are not exported from .DLLs on Windows.
Hi Johan. Try after r1667644 please, where I've added the new headers to the 'msvc-export'. Hope I did it right. Sorry for all the fuss just to get it built. Thanks, Bert, for the diagnosis. - Julian