flat assembler
Message board for the users of flat assembler.
Index
> Windows > Why this program crashes? |
Author |
|
ManOfSteel 12 Aug 2007, 08:32
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' |
|||
12 Aug 2007, 08:32 |
|
madmatt 12 Aug 2007, 10:09
You need to define an entry point for your code:
Code: format PE GUI 4.0 entry main ;<-- right here |
|||
12 Aug 2007, 10:09 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.