flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
HIGH-Zen 30 Jun 2004, 09:42
Hi! I have expirience programming in MASM/TASM, now I try FASM, but
have similar problems, error code points somewhere in resource.inc or in import.inc. Who can explain macros in these files, I want to try write this without macros, to better understand this, because I see in all examples resources and imports sections is written with macros, and when I try write some similar code I got errors. That's the prob. Maybe in these include files must be some comments too? ![]() _________________ ASM ruleZ! |
|||
![]() |
|
Vortex 30 Jun 2004, 09:59
kaafe,
Fasm is able to link compiled resource (.res) files. _________________ Code it... That's all... |
|||
![]() |
|
HIGH-Zen 30 Jun 2004, 11:19
Yep, I know this, but I want to do it in source.
HOW CAN IT BE DONE? ![]() _________________ ASM ruleZ! |
|||
![]() |
|
HIGH-Zen 30 Jun 2004, 11:28
I wanna know, how this can be done in pure asm(FASM), how it really works,
not only write these pseudocode with macro includes. I can't find where is described, how I must write in FASM .rsrc and .idata sections without macros. I try to understand these macros, but find it hard to understand, need some help... |
|||
![]() |
|
Tomasz Grysztar 30 Jun 2004, 11:58
Generally you need the information from this document: http://www.microsoft.com/whdc/system/platform/firmware/PECOFF.mspx (chapter 6.8 is about the resource section).
And to see how to construct the resource section with much simpler macro, please download the fasm 1.07 from the fasm archives - the old WIN32APP example in that package contains the RESOURCE.INC file that shows the first method of building resources, which is much easier to understand. |
|||
![]() |
|
Tomasz Grysztar 30 Jun 2004, 12:06
kaafe: you should use "enddialog" to end list of items for each dialog started with "dialog" macro.
|
|||
![]() |
|
HIGH-Zen 30 Jun 2004, 12:26
Thank You for quick replay!
![]() _________________ ASM ruleZ! |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.