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

Re: Need someone to test my win32 .dsp generator scripts

From: Mark Brown <broonie_at_sirena.org.uk>
Date: 2002-12-05 15:52:17 CET

On Mon, Dec 02, 2002 at 08:43:33PM +0100, Branko ??ibej wrote:
> Brandon Ehle wrote:

> > some memory management across DLL boundary issues. Will give some more
> > detail info on this once static build stuff is done.

> Hm, I don't understand that. Memory is owned by the process, regardless
> of DLL boundaries. I'd be interested to see what problems you're running
> into.

I don't know if this is the issue being discussed but with Visual Studio
there are multiple versions of the C runtime library. If you manage to
get several of them linked into the same process then they each use
separate malloc() arenas and get very upset if you try to do something
like free memory with the wrong copy of free().

-- 
"You grabbed my hand and we fell into it, like a daydream - or a fever."
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 5 15:53:14 2002

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.