flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
ManOfSteel
Convert your .rc to .res with the RC utility (you should find it in the /bin directory of MASM32).
Then use it with: Code: section '.rsrc' resource from 'rsrc.res' BTW, I don't think you need the line: Code: include '%fasminc%\macro\if.inc' |
|||
![]() |
|
madmatt
You need to define an entry point for your code:
Code: format PE GUI 4.0 entry main ;<-- right here |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.