The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: hide2may on August 24, 2008, 10:38:38 AM

Title: [HELP] syntax error, unexpected UndefID?
Post by: hide2may on August 24, 2008, 10:38:38 AM
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
Title: Re: [HELP] syntax error, unexpected UndefID?
Post by: Aiva on August 24, 2008, 04:11:07 PM
you missed @ . It should be @nodisplay