Hi > Well the answer is in your first line :) In an ATL program I'm locked > into msvc already anyway, so I figure 'why bother'. This is of course > only in Windows programs, not for anything I write that should be > portable.
There's no saving you is there? In C++ is new fails it is meant to throw bad_alloc. malloc doesn't throw anything. Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download.
