Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 16th, 2008, 8:08 AM   #1
crazyc0de
freshman
 
Join Date: Apr 2008
Location: China
Posts: 3
Rep Power: 0 crazyc0de is on a distinguished road
how can build a hla program

i try to build the program:
Program HelloWorld
#include ("stdlib.hhf")
begin HelloWorld;
stdout.put("Hello,world!",nl);
end HelloWorld;
using hla HelloWorld
an error occured:
Error in file "os.hhf" at line 3 [errid:3753/hlaparse.bsn]
Expected ';', encountered 'namespace'.
Near: << namespace >>
why?
crazyc0de is offline   Reply With Quote
Old Apr 16th, 2008, 9:00 AM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,436
Rep Power: 7 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Re: how can build a hla program

You are missing a few ; symbols.

Here is a tutorial: http://webster.cs.ucr.edu/AoA/Windows/HTML/AoATOC.html


Program HelloWorld;

#include ("stdlib.hhf");

begin HelloWorld;
   stdout.put("Hello,world!",nl);
end HelloWorld;
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Apr 26th, 2008, 1:36 AM   #3
crazyc0de
freshman
 
Join Date: Apr 2008
Location: China
Posts: 3
Rep Power: 0 crazyc0de is on a distinguished road
Re: how can build a hla program

Quote:
Originally Posted by Infinite Recursion View Post
You are missing a few ; symbols.

Here is a tutorial: http://webster.cs.ucr.edu/AoA/Windows/HTML/AoATOC.html


Program HelloWorld;

#include ("stdlib.hhf");

begin HelloWorld;
   stdout.put("Hello,world!",nl);
end HelloWorld;
Thank you.
crazyc0de is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
hello, I'd like to write a program for my work. blake_jl Community Introductions 13 Nov 23rd, 2007 4:31 PM
program resulting in an executable. sagedavis C++ 30 Jan 31st, 2007 3:06 PM
Language display in program Prm753 C++ 3 May 30th, 2006 5:45 PM
Creating a program to test a program sixstringartist C 8 Jan 21st, 2006 1:15 PM
airport Log program using 3D linked List : problem reading from file gemini_shooter C++ 0 Mar 2nd, 2005 4:12 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:25 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC