How do I: Create Code Comments in VC++

  • Thread starter Thread starter Russell Mangel
  • Start date Start date
R

Russell Mangel

Is it possible to create code comments in VC++ 2003.NET?

I have created a Mixed-mode .dll which will be called from C#.NET or VB.NET.
When I add a reference to this .net .dll file using C# or Vb.net I am unable
to see any code Comments for methods or properties. What am I missing?

Thanks
Russell Mangel
Las Vegas, MV
Universal MSDN Subsciption holder
 
Hi Russell,

If you are talking about XML doc comments like offered by C#, they are not
supported by C++ (either consuming or generating) in the 7.0 and 7.1
products. They will be in the Whidbey version.

Ronald Laeremans
Visual C++ team
 
Back
Top