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

Re: svn commit: r21508 - trunk/www

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-09-16 16:43:06 CEST

On 9/16/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
[snip]
>
> Well, unless you're doing things like mallocing from one runtime and
> freeing in the other having two separate runtimes isn't necessarily a
> bad thing. I believe we've been careful about that sort of thing...
>
> -garrett
>

Right, it happens all the time in Windows -- you just have be careful
of memory allocation/freeing across CRT's and passing CRT dependent
things to other CRT's (like FILE*, I believe). Applications and
modules on Windows generally have stricter rules on this sort of thing
since it is not quite like unix OS' where building from source is very
common (and ensures you get the same CRT).

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 16 16:43:20 2006

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.