Using Visual sudio .ncb file for reflection.
        Posted  
        
            by Rushi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rushi
        
        
        
        Published on 2010-04-03T05:00:52Z
        Indexed on 
            2010/04/03
            5:03 UTC
        
        
        Read the original article
        Hit count: 397
        
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 retrieve actual code line for extra information in commented format which is given for that attribute. Visual studio uses NCB files for intelligence. So will it be better idea to use NCB instead PDB? If yes,How to retrieve information from NCB files? Is there any SDK like DIA SDK?
© Stack Overflow or respective owner