This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]