flat assembler
Message board for the users of flat assembler.
Index
> Projects and Ideas > fasm with IUP toolkit Goto page Previous 1, 2 |
Author |
|
sleepsleep 29 May 2012, 05:27
you could use the helper tools inside IUP to create a dialog then output it into c, or lua code file.
Code: format PE GUI 4.0 include 'win32ax.inc' .code start: cinvoke IupOpen,NULL,NULL cinvoke IupControlsOpen cinvoke IupLayoutDialog,NULL cinvoke IupShow,eax cinvoke IupMainLoop cinvoke IupClose invoke ExitProcess,0 .data dlg dd 0 section '.idata' import data readable writeable library kernel32, 'kernel32.dll',\ user32, 'user32.dll',\ msvcrt, 'msvcrt.dll',\ iup, 'iup.dll',\ iupcontrols,'iupcontrols.dll' include 'API\KERNEL32.INC' include 'API\USER32.INC' include 'API\MSVCRT.INC' include 'API\IUP.INC' include 'API\IUPCONTROLS.INC'
|
|||||||||||
29 May 2012, 05:27 |
|
hopcode 15 Sep 2012, 11:21
this toolkit deserves some very positive notes. using 64bit libs (~5Mb)
i have managed ~10 mins. a test from your "iup.inc" + "iupweb.inc" using its IE-Webbrowser embedded in its dialog object. a screenshot : _________________ ⠓⠕⠏⠉⠕⠙⠑ |
|||
15 Sep 2012, 11:21 |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.