Hi Everyone,
i Compilled existing vc6.0 project in vs2012(after converting it), i had to ignore the libcmt.lib & etc related libraries to make the project compilable in vs2012. But when i executed the new project in debug mode the applicaiton crashes. when i check for the CString declared as member variable debugger's quickwatch says <unable to read characters of string> and some of the hash memory pointer and interface pointers says <unable to read memory>.
what i had done wrong and what shall i do to fix it.
Need help urgent