Unable to build resource file with Visual C++ Express

Hello,

I am new to the Microsoft Visual C++ IDE and am having trouble adding a resource file for my project. I have manually loaded a "slideshow" project which includes 5 bitmap images and 2 icons in the resource folder along with a prewritten .rc file. When I load everything to MSVC++ Express the slideshow window appears but just displays a blank screen-no images. I had read that I may need to include afxres.h, but that was only included with MFC...How do I download that and is it necessary? I tried using "winres.h" but the compiler couldn't find this file either. I have compiled many windows programs without issue to date but this is my first using the resources area.

Also, I tried to make a new resource file as explained in the "how do I" section but when I select the project and go to... Project->Add Item... there is no "Resource File" to select in the window of available items. I appreciate any help with these issues.

Mike

[1012 byte] By [MichaelPurvis] at [2007-12-22]
# 1
I don't think VCE supports editing resources. See this thread for reference.
nobugz at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 2
Thank you very much for the response. The specified thread and those leading from it were quite helpful. It appears it may be time for an upgrade.
MichaelPurvis at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...