flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
ManOfSteel 12 Aug 2008, 09:51
It's not defined as an API (in the import tables). Call it with stdcall instead.
|
|||
![]() |
|
asmcoder 12 Aug 2008, 11:15
[content deleted]
Last edited by asmcoder on 14 Aug 2009, 14:56; edited 1 time in total |
|||
![]() |
|
LocoDelAssembly 12 Aug 2008, 13:52
Code: stdcall EnableDlgItem, [hWnd], IDC_NAME, TRUE The macro will do this: Code: push TRUE push IDC_NAME push [hWnd] call EnableDlgItem ; Here invoke does call [EnableDlgItem] [edit]Removed "dword" from "call dword [EnableDlgItem]" since the invoke macro uses "call [EnableDlgItem]" (so type is determined from the label)[/edit] Last edited by LocoDelAssembly on 12 Aug 2008, 14:27; edited 1 time in total |
|||
![]() |
|
Kenny80 12 Aug 2008, 14:24
ah ok, thx alot
![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.