flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > notes about Fresh standars libraries |
Author |
|
JohnFound 04 Oct 2003, 14:21
Hi decard.
Well, you are right for most things. I am working hard on these libs now. Mainly on dependencies. I think there will be some (good) solution with these global variables. Regards. |
|||
04 Oct 2003, 14:21 |
|
decard 04 Oct 2003, 14:29
That's good
btw, I've got one question about form.asm: to do my find and replace dialogs, I would need to provide custom window proc to those dialogs. To do this, I would need to subclass the form class, right? |
|||
04 Oct 2003, 14:29 |
|
JohnFound 04 Oct 2003, 14:40
On the last question: Actually no.
When create the window of class "Form" you must set the last parameter of CreateWindowEx (I can't remember the exact name) to the address of the Message procedure. This procedure have arguments like normal WinProc, but you only process the messages you want. You have not to care about another messages. If you process the message simply return the result in eax and clear carry flag. If you don't process the message simply set carry flag and return. You don't have to preserve any registers in this procedure. See: Project manager window procedure for details. If you see that I preserve some registers, this is an error and should be fixed. Regards. |
|||
04 Oct 2003, 14:40 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.