flat assembler
Message board for the users of flat assembler.
Index
> Windows > I found linux example GTK. I want GTK dll win 7 |
Author |
|
Roman 18 Oct 2019, 08:47
I found GTK example for Linux https://flatassembler.net/examples.php
Where is get\download gtk dll for Win 7 64 bit ? |
|||
18 Oct 2019, 08:47 |
|
Roman 18 Oct 2019, 16:23
I found this example but in rar file no any gtk dll
https://www.dreamincode.net/forums/topic/288358-nasm-using-gtk/ |
|||
18 Oct 2019, 16:23 |
|
Roman 24 Oct 2019, 12:50
I found ! All dlls 24 mb for gtk+ !
35 dlls for Windows 7 64 bits! Arg Its too much 35 dlls. https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/tree/master/gtk-nsis-pack/bin I compile for Fasm simple button example. Work fine. Code: invoke gtk_init,0,0 invoke gtk_window_new,0 ;GTK_WINDOW_TOPLEVEL mov [hwnd],rax ;create btn invoke gtk_button_new_with_label,"Hi !" mov [button],rax ;attach btn to gtk window invoke gtk_container_add,[hwnd],[button] invoke gtk_widget_show,[button] invoke gtk_widget_show,[hwnd] invoke gtk_main ;main loop some like PeekMessage for GTK+ |
|||
24 Oct 2019, 12:50 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.