Tagged Questions

0
votes
2answers
192 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 ...