Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
179 views

Using Visual sudio .ncb file for reflection

I am developing visual game level editor in c++. For this I want reflection(RTTI) mechanism to know class attributes at runtime. I am currently using PDB files for this.But using PDB I couldn't ...
0
votes
2answers
743 views

Internal format of Visual Studio .ncb files

I have decided that I really need to get some flowcharts for reverse engineering some code I have inherited. I do not have the Team edition of VS so I cannot use Team's built-in capabilities with ...