Hi all, I know this is a stupid question.
I need to know which JWAsm I should download since the linux version is an .exe and dont know how to use it on slax. And also, is there any complete include file for creating a Graphical Application? (GUI, OpenGL etc.)
Hi Farabi,
Pick the JWasm202bl.zip (the Linux binary).
Unzip it, then you can find JWASM. That's the assembler.
You need to give it a permission (chmod 777) so you can execute it.
(http://i45.tinypic.com/fa21bq.jpg)
Hi TMX
I did but where? I only found the exe.
Oh sorry I got it.
I though it was a exe one, but it has no extension.
Yeah Linux executables are usually extension-less.
BTW, if you want to buid GUI programs, try this:
JWASM Linux gtk Example (32bit) (http://www.masm32.com/board/index.php?PHPSESSID=f0988b31c77299dc43934e85e5eae7a4&topic=12624.0)
Quote from: TmX on January 14, 2010, 05:29:21 AM
Yeah Linux executables are usually extension-less.
BTW, if you want to buid GUI programs, try this:
JWASM Linux gtk Example (32bit) (http://www.masm32.com/board/index.php?PHPSESSID=f0988b31c77299dc43934e85e5eae7a4&topic=12624.0)
I think that example is part of the distribution?
James