Thanks for catching those problems; next release will fix them.
Would you please try editing drivers/win/res.res with Microsoft's tools? I just want the resources from v0.98.26 with this addition to new FCEUMENU -> FILE menu items (preferably keeping these numeric IDs -- *gags in general direction of drivers/win/window.c*)
MENUITEM SEPARATOR
MENUITEM "Run Lua Script...", 40036
MENUITEM "Stop Lua Script", 40037
and a Lua dialog that looks something like this:
"IDD_LUA_ADD" DIALOGEX MOVEABLE PURE DISCARDABLE 0, 0, 186, 76
STYLE 0x80c808c8
CAPTION "Load Lua Script..."
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "Load && Run", 1, 70, 55, 50, 14, 0x50010001
PUSHBUTTON "Cancel", 2, 129, 55, 50, 14, 0x50010000
EDITTEXT "", 1096, 7, 17, 116, 14, 0x50810880, 0x4, 0
PUSHBUTTON "Browse...", 1359, 129, 17, 50, 14, 0x50010000
END
Or else PM me if you know how to get wrc or *-mingw32-windres to behave sensibly.