flat assembler
Message board for the users of flat assembler.
Index
> Windows > Can not invoke InitCommonControls |
Author |
|
Yardman 27 Aug 2007, 11:05
[ Post removed by author. ]
Last edited by Yardman on 17 Jan 2012, 18:07; edited 1 time in total |
|||
27 Aug 2007, 11:05 |
|
ManOfSteel 28 Aug 2007, 10:48
@Yardman:
Quote:
No, this would give another type of error. @Aux: Try not using 'comctl32.inc' and importing 'InitCommonControls' manually: Code: format PE GUI 4.0 entry start include '%fasminc%\win32ax.inc' section '.code' code readable executable start: ... invoke InitCommonControls ... section '.idata' import data readable writeable library kernel,'KERNEL32.DLL',user,'USER32.DLL',gdi,'GDI32.DLL',comctl,'COMCTL32.DLL' ... import comctl,\ InitCommonControls,'InitCommonControls' |
|||
28 Aug 2007, 10:48 |
|
Yardman 28 Aug 2007, 14:23
[ Post removed by author. ]
Last edited by Yardman on 17 Jan 2012, 18:06; edited 2 times in total |
|||
28 Aug 2007, 14:23 |
|
asmfan 28 Aug 2007, 14:38
Code: library kernel32,'kernel32.dll',\ comctl32,'comctl32.dll' include 'api\kernel32.inc' include 'api\comctl32.inc' _________________ Any offers? |
|||
28 Aug 2007, 14:38 |
|
ManOfSteel 29 Aug 2007, 07:48
Yardman, you're right. Sorry for the confusion.
|
|||
29 Aug 2007, 07:48 |
|
Aux 17 Sep 2007, 07:51
I used suggestion from first comment - it worked.
|
|||
17 Sep 2007, 07:51 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.