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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top