Hello I have a problem with WinAsm crashing on compiling my RC-file.
#include "\masm32\include\resource.h"
#define ICON1_BIG 400
#define ICON2_SMALL 401
ICON1_BIG ICON DISCARDABLE "resources\big.ico"
ICON2_SMALL ICON DISCARDABLE "resources\small.ico"
#define BMP_TOOLBAR 801
BMP_TOOLBAR BITMAP DISCARDABLE "resources\toolbar.bmp"
#define MAINMENU 301
#define MI_NEWGAME 101
#define MI_OPENBITMAP 102
#define MI_EASY 103
#define MI_MEDIUM 104
#define MI_HARD 105
#define MI_USESTANDARD 106
#define MI_USENUMBERS 107
#define MI_USEFILE 108
#define MI_COLORBLUE 109
#define MI_COLORRED 110
#define MI_COLORGREEN 111
#define MI_COLORUGLY 112
#define MI_ABOUT 113
MAINMENU MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&New Game", MI_NEWGAME
MENUITEM "&Open Bitmap ", MI_OPENBITMAP
POPUP "&Difficulty"
BEGIN
MENUITEM "&Easy", MI_EASY
MENUITEM "&Medium", MI_MEDIUM
MENUITEM "&Hard", MI_HARD
END
END
POPUP "&Picture"
BEGIN
MENUITEM "Use &standard picture", MI_USESTANDARD
MENUITEM "Use &numbers", MI_USENUMBERS
MENUITEM "Use &bitmap file", MI_USEFILE
END
POPUP "&Colors"
BEGIN
MENUITEM "&Blue color scheme", MI_COLORBLUE
MENUITEM "&Red color scheme", MI_COLORRED
MENUITEM "&Green color scheme", MI_COLORGREEN
MENUITEM "&Ugly color scheme", MI_COLORUGLY
END
POPUP "&Help"
BEGIN
MENUITEM "&About", MI_ABOUT
END
END
#include "\masm32\include\resource.h"
#define ICON1_BIG 400
#define ICON2_SMALL 401
ICON1_BIG ICON DISCARDABLE "resources\big.ico"
ICON2_SMALL ICON DISCARDABLE "resources\small.ico"
#define BMP_TOOLBAR 801
BMP_TOOLBAR BITMAP DISCARDABLE "resources\toolbar.bmp"
#define MAINMENU 301
#define MI_NEWGAME 101
#define MI_OPENBITMAP 102
#define MI_EASY 103
#define MI_MEDIUM 104
#define MI_HARD 105
#define MI_USESTANDARD 106
#define MI_USENUMBERS 107
#define MI_USEFILE 108
#define MI_COLORBLUE 109
#define MI_COLORRED 110
#define MI_COLORGREEN 111
#define MI_COLORUGLY 112
#define MI_ABOUT 113
MAINMENU MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&New Game", MI_NEWGAME
MENUITEM "&Open Bitmap ", MI_OPENBITMAP
POPUP "&Difficulty"
BEGIN
MENUITEM "&Easy", MI_EASY
MENUITEM "&Medium", MI_MEDIUM
MENUITEM "&Hard", MI_HARD
END
END
POPUP "&Picture"
BEGIN
MENUITEM "Use &standard picture", MI_USESTANDARD
MENUITEM "Use &numbers", MI_USENUMBERS
MENUITEM "Use &bitmap file", MI_USEFILE
END
POPUP "&Colors"
BEGIN
MENUITEM "&Blue color scheme", MI_COLORBLUE
MENUITEM "&Red color scheme", MI_COLORRED
MENUITEM "&Green color scheme", MI_COLORGREEN
MENUITEM "&Ugly color scheme", MI_COLORUGLY
END
POPUP "&Help"
BEGIN
MENUITEM "&About", MI_ABOUT
END
END
Hi and welcome,
What WinAsm Studio version are you using? If it is not the latest (V3.0.0.7) then please download it from this forum. You can have a look here too:
http://www.asmcommunity.net/board/index.php?topic=17600
Please let me know if the problem is solved.
Regards,
akyprian
What WinAsm Studio version are you using? If it is not the latest (V3.0.0.7) then please download it from this forum. You can have a look here too:
http://www.asmcommunity.net/board/index.php?topic=17600
Please let me know if the problem is solved.
Regards,
akyprian