Creating new attributes

  • Thread starter Thread starter Massimiliano Alberti
  • Start date Start date
M

Massimiliano Alberti

Now... I've began using Attributed programming (with VC++ 7.1) and,
when it works, it's very useful... (but when you have to debug it,
it's hell)... Now... How can I create new attributes?


Thanks
Max
 
You cannot. The architecture of attributes in the C++ compiler was not
designed to support third party attribute providers.

Ronald Laeremans
Visual C++ team
 
Back
Top