nullptr did it. Thanks. You would think that that would have been easy
to find. I guess I just looked in all of the wrong places. Thanks,
--Jeremy
> nullptr did it. Thanks. You would think that that would have been easy
> to find. I guess I just looked in all of the wrong places. Thanks,
> --Jeremy
Hi,
just for future reference: if you use .NET with Visual C++ 2005, you are
using C++/CLI.
with VC2003 it is called 'Managed Extensions for C++', 'Managed C++' or
simply 'MC++'
these are completely incompatible, so if you are searching for information,
be sure to use the correct name or you'll find lots of information that are
of no use to you anymore.

Signature
Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"
Jeremy Chaney - 21 Feb 2007 17:26 GMT
Good to know. I had been searching with "MC++" and then translating old
syntax to new syntax. I'll use C++/CLI instead.
Thanks,
--Jeremy
>> nullptr did it. Thanks. You would think that that would have been easy
>> to find. I guess I just looked in all of the wrong places. Thanks,
[quoted text clipped - 8 lines]
> be sure to use the correct name or you'll find lots of information that are
> of no use to you anymore.