Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Syntax Error when trying to compile

2 replies · 1,672 views · Started 24 February 2004

Help....

I am receiving a syntax error when I try to compile the hello world program or any program I create. I can complile the .tpl files that came with the developer kit.

Here is the reported error:

helloworld.tpl(1) : error 19 : column 13 : Syntax error

Here is the source code:

PROC main:
PRINT "Hello World"
PAUSE 40
ENDP