Hi,
Is it possible to get Visual Studio to output any of the type information when compiling C++? GCC has GCC-XML and I was wondering there was something similar for VS2008.
Thanks
BEN
Hi,
Is it possible to get Visual Studio to output any of the type information when compiling C++? GCC has GCC-XML and I was wondering there was something similar for VS2008.
Thanks
BEN
There are a number of solutions to this problem;
You can enable the attributed source output under "C/C++" -> Output Files, "Expand Attributed Source" and also various levels of Assembler Output listings.
Unfortunately, those methods are fairly laborious and unstructured (i.e. manual cracking of syntax).