D'oh! Sorry, I missed that this was MC++. Too bad, that language probably needs the guidance of CLSCompliant(true) more than any other...
-S On Mon, 22 Nov 2004 12:47:26 +0100, Marek Malowidzki <[EMAIL PROTECTED]> wrote: > > << I do not use VB and somewhat missed the fact that it does not > > directly support unsigned types >> > > > Although you may have painted yourself into a corner with your current > > project (if you've already shipped it) adding the [CLSCompliant(true)] > > attribute to your library assemblies, in the future, will instruct the > > compiler to bring these limitations... err, subtelties, of VB to your > > attention. > > Thanks. Unfortunately, Managed C++ does not seem to respect this attribute - > at least when placed in AssemblyInfo.cpp ([assembly:CLSCompliant(true)]). > > > > Marek > > =================================== > This list is hosted by DevelopMentor� http://www.develop.com > Some .NET courses you may be interested in: > > Essential .NET: building applications and components with C# > November 29 - December 3, in Los Angeles > http://www.develop.com/courses/edotnet > > View archives and manage your subscription(s) at http://discuss.develop.com > -- Cheers, -Shawn http://msdn.com/tabletpc http://windojitsu.com =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: Essential .NET: building applications and components with C# November 29 - December 3, in Los Angeles http://www.develop.com/courses/edotnet View archives and manage your subscription(s) at http://discuss.develop.com
