flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
coconut 20 May 2004, 03:49
you can compile a res file and use it with your program , the faq has the code needed to do that although it doesnt say how you would actually implement it in code. for example i made DIALOG_0 in my resource editor, using the info from the faq:
Quote:
i dont know how to load DIALOG_0 in my program. calling Code: code: .... invoke DialogBoxParam,eax,DIALOG_0,HWND_DESKTOP,DialogProc,0 .... .... section '.rsrc' data readable resource from 'test.res' fails, perhaps im doing it the wrong way? |
|||
![]() |
|
pelaillo 20 May 2004, 13:56
You have to give the same identifier you use in your resource editor. For instance, if you have DIALOG_0 = 3000 this value must be the same used when editing dialog resource.
You could use resource hacker to read your.res file |
|||
![]() |
|
coconut 20 May 2004, 17:17
![]() |
|||
![]() |
|
madmatt 20 May 2004, 19:51
Hello everyone, thanks for your suggestion coconut. Would you guys happen to have some example code to upload? In the example above would you need a label just before loading in the resource file? And a non-programming question, can we have a better and more colorful emoticons!? The ones in use now remind me of windows 3.1 (Yeeuuuk!!)!!!
![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.