HOWTO convert a .rc file to VC++ flavored one
Recently I was in need to import a resource file (.rc) generated by ResEdit program into a Visual C++ program. As long you do not open it with the VC embedded editor, only can only add it to the project. Problems came when you try to use the embedded VC resource editor. It usually fails to load, because of a problem in prsht.h. I don’t … Continue reading HOWTO convert a .rc file to VC++ flavored one