News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

[HELP] syntax error, unexpected UndefID?

Started by hide2may, August 24, 2008, 10:38:38 AM

Previous topic - Next topic

hide2may

Hi All,

I'm self-learning HLA using Iczelion's tutorial and in Tutorial 3 now. My version of HLA is 1.99 build 12920 (prototype).

Here is the link:
http://webster.cs.ucr.edu/Page_win32/IczelionTuts/tut3.html

While I "hla aSimpleWindow.hla", I get the following error message:

Error in file "sSimpleWindow.hla" at line 37 [errid:107961/hlaparse.c]:
syntax error, unexpected UndefID.
Near: << nodisplay >>

I believe it is referring to the following codes:

procedure WndProc( lParam:dword; wParam:dword; uMsg:uns32; hWnd:dword );
    nodisplay; 


So, how should I proceed?

Thanks in advance,
hide2may@hotmail.com

Aiva