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
you missed @ . It should be @nodisplay