Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding Resources in Microsoft Visual C++ 2010 Express [duplicate]

Possible Duplicate:
visual c++ 2010 can't add resource file

To add bitmap I should add it as a resource (that's what I read in some tutorial). So when I right-click on a project name in Visual C++, and then find 'Add' submenu, I find that adding resource button is inactive (grey). How can I add bitmap then? Or how do I make adding resources work?

like image 762
tytan Avatar asked Apr 05 '11 11:04

tytan


1 Answers

Visual C++ Express editions don't have a resource editor. That is one of its limitations.

However, maybe this will help: http://www.suite101.com/content/vc-express-external-res-editor-a21264.

like image 142
Marius Bancila Avatar answered Oct 19 '22 16:10

Marius Bancila