![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
Join Date: Apr 2006
Posts: 155
Rep Power: 3
![]() |
How can i compile some HLA to executable using RadAsm?
I make a project, choose HLA, as console app. *next* File creation: - hla Folder creation: - bak *next* Make menu: - Build - Build all - Run - Check syntax Compile RC: - 4,O,nmake compilerc, Assemble: - 5,O,nmake buildall, Link: - 3,O,nmake build, Run: - 0,0,,5 Run w/debug: - *nothing* Res To Obj: - 0,O,nmake syntax, Asm module: - *nothing* *finish* Make som code, and press "Go!" ...and there is coming a popup... RadASM version 2.0.3.8 Error during process creation nmake buildall and the code: program helloWorld;
#include("stdlib.hhf")
begin helloWorld;
stdout.put( "Hello World" nl );
end helloWorld;... and I have HLA installed. The HLA is installed in C:\Documents and Settings\Administrator\Dokumenter\Assembly\HLA have it to be C:\HLA ? ** What am I doing wrong?! |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|