flat assembler
Message board for the users of flat assembler.
Index
> Linux > another question about GUI programming |
Author |
|
codex32 21 Feb 2005, 20:55
Hello,
The GUI programs you can create with GTK and fasm, can they be run on KDE (the standard window system of linux) ? |
|||
21 Feb 2005, 20:55 |
|
Endre 22 Feb 2005, 18:54
codex32 wrote: The GUI programs you can create with GTK and fasm, can they be run on KDE (the standard window system of linux) ? If you're interested in writing KDE applications in assembly using fasm, then don't forget about C++ name-mangling (how g++ creates a function name from class-name + member-function-name + parameter signature + etc.) . In assembly you will have to use those names when calling to any of KDE functions (but fasm macro ability will help you). Check out programs like e.g. 'nm' or 'c++filt'. |
|||
22 Feb 2005, 18:54 |
|
codex32 23 Feb 2005, 06:14
crc, thanks for the correction, i'm still a bit new to linux.
Endre, thanks, i will look at these programs. Anybody can recommend a book or tutorial for GTK programming that can be applied to fasm? |
|||
23 Feb 2005, 06:14 |
|
scientica 23 Feb 2005, 20:39
a side from the official (C) tutorial ( http://www.gtk.org/ under the Documenation section) and bazik's (Sven Blumenstein) examples at http://flatassembler.net/examples.php I'm not sure, iirc I saw a big "translation" of gtk examples to fasm (or was it nasm?), forgot where thou... :/
|
|||
23 Feb 2005, 20:39 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.