Posted by Edwin Bachetti on December 14, 2001 at 19:57:44:
In Reply to: MFC Notes Example posted by John on December 13, 2001 at 00:32:18:
The RC thing it creates is a tad... different. I don't know the details, but I think it's the same but with some kind of wizard aspect to it (to make I easier, I would assume). What I do is just create a new text file in MSVC++, code whatever I need, and then save it with a .rc extension. When I did that for one of the examples on my own, the .rc file was listed as under my source files and worked fine. Hope that helps.
: In the last example its missing lines 61-63
: also in the last slide is says its an .rc file..but when i make one and try to type in that stuff...all i see is a folder in the window..there is no where to type...how do i do it?