flat assembler
Message board for the users of flat assembler.

Index > Windows > info:your win32 resource code might not work as expected...

Author
Thread Post new topic Reply to topic
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 07 Sep 2004, 16:36
for the current version of FASM 1.55
the macro for menuitem change a bit from
Code:
macro menuitem string,id,resinfo,status
    

to
Code:
macro menuitem string,id,resinfo,type,status
    


so
Code:
menuitem             '&Save',MI_SAVE,0,MF_GRAYED
    

won't work anymore more in current FASM,
well, the fix is to add one more comma,

Code:
menuitem             '&Save',MI_SAVE,0,,MF_GRAYED
    



well,
one question for you all,
should you assemble back all your .(f)asm code to fit the current
FASM version? :p

sincerely,
vbVeryBeginner
Post 07 Sep 2004, 16:36
View user's profile Send private message Visit poster's website Reply with quote
iklin



Joined: 20 Mar 2004
Posts: 120
Location: Russia, Siberia
iklin 08 Sep 2004, 14:51
It seems similar to my question. Look here
http://board.flatassembler.net/topic.php?t=2162

_________________
O, tempora! O, mores!
Post 08 Sep 2004, 14:51
View user's profile Send private message ICQ Number Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 08 Sep 2004, 15:19
Quote:
should you assemble back all your .(f)asm code to fit the current
FASM version?


My code will assemble with version 1.51 and higher (I haven't tested it with lower versions). Of course, I also maintain my own copies of all macros (rather than depending on ones included in the current version), so that probably helps in my case Smile
Post 08 Sep 2004, 15:19
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.