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]

MSVC .rc files/EGCS(1.1)-Mingw32 bug?


I'm using Windres to convert a .rc file into something EGCS-Mingw32(1.1) can 
understand (I hope).  I continue to get errors from "windres" with these lines:

(MSVC .rc script -- line 60)
IDR_MAINFRAME ACCELERATORS MOVEABLE PURE
BEGIN
    "/",            ID_APP_ABOUT,           ASCII,  ALT, NOINVERT
    "?",            ID_APP_ABOUT,           ASCII,  ALT, NOINVERT
END

MSVC resource header file:
	#define IDR_MAINFRAME                   2
	#define ID_APP_ABOUT			4

Error from "windres" (included with Mingw32):
	"inappropriate modifiers for non-VIRTKEY".

>From Windows32\defines.h under /* ACCEL structure */:
	#define FALT			(16)
	#define FNOINVERT	(2)
	...ASCII undefined.
	#define FVIRTKEY		(1)

	Is this a bug?  Is it simply a need to define something called FASCII 
somewhere?  Or, is it both?

	Thanks ahead of time for your consideration and time.

	Peace,

		Paul G.

Information Systems Consultant
NewDawn Productions
http://www.teleport.com/~pgarceau/newdawn/
-
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]