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

Re: [PATCH] Issue 1628: use a custom crash handler on Windows

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-27 10:29:21 CEST

> > I've also uploaded the updated crash report dll to
> > http://tortoisesvn.tigris.org/files/documents/406/24329/CrashRpt.dll
> > There's a slight problem: that binary was compiled with VS.NET, so it
> > relies on the 7.1 C-Runtime. And since svn is compiled with VC6, you
> > might want to recompile the dll with VC6 too to avoid additional
> > dependencies.
>
> I suppose we should do that... Looking at the DLL API, I assume that if
> a version of this DLL that's compiled with VS.NET happens to be on the
> system, and gets picked up by the VC6-compiled command-line tools, the
> different runtimes shouldn't be a problem. Is that correct?

If the runtime the dll requires are present, then it wont' be a problem at
all.
But of course if only the VS.NET built dll is present without the
corresponding runtimes, then the dll won't load (but svn will still work,
just as if the dll wasn't present).

> All right. The part that really doesn't fit our style are the TypeNames
> and variableNames that we'd write as type_names and variable_names. I'll
> fix those when I commit.

Ah, ok. Next time, please just tell what's wrong the first time ;)

Stefan

-- 
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 27 10:30:04 2005

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.