Oh, o.k. thanks. However, this method makes no sense to me ( maybe it does to Bill G. ). Why should I make a .rc2 file? The original .rc file was crafted by hand, and when opened in the MSVC++ 6.0 IDE I was greeted by a message indicating that the .rc file was not created using MSVC++ and needed to be modified in order to work with the IDE. Now, this modification added comments, include directives, moved lines and changed my original spacing.
So now, when I view the resource file in the IDE by choosing the Resource tab, all I see are the object ID's presented in this nifty Windows Explorer type of directory listing. I can click on the ID of my choice, or Bitmap or whatever, and view a graphic representation in the right-hand window. Now, there is a "paint" type of interface that let's me drag and draw GUI components. Fun!
But, as a practice, whenever I make changes to the resource file, I like to add comments indicating what changed within the same file. There doesn't appear to be a means of adding text comments to the Resource file via the Resource Explorer. The alternative suggested; create a .rc2 file in order to log my changes, is not gonna work for me. Isn't there some other way to log my changes within the .rc file WHILE using the MSVC++ 6.0 IDE? I also want to view the comments in the IDE too, within the Resource Explorer.
I appreciate your help and send my thanks in advance.