How to compile a .RC file to obtain a .RES file?

Vincenzo Canestrale v.canestrale@isnet.it
Thu Dec 18 08:24:00 GMT 1997


Many many thanks to everybody in this list
that helped me to compile my _first_ Win95 C++ program
(thanks to Earnie, Fergus, Scott and hgfernan)

>>>>Now I have a new Win95 program problem... :-) <<<<<<<<<
>>>> How can I compile a .RC file to obtain a .RES file??? <<<<

To use a menu in a Win95 prog I have to link a 
.RES file to my main program, but I don't know
which is the application that convert a .RC file like this:

#include "menu.h"
MYMENU MENU
{
	POPUP "&Uno"
	{
		MENUITEM "&Alpha", IDM_ALPHA
		..................
}

into a .RES file.
I hope You can help me.
v.canestrale@isnet.it
http://www.geocities.com/WallStreet/5385
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list