I have a problem when compiling the code of the "Win32 window" tutorial. The errors are:
"expected '>' before '(' token"
"expected identifier before '(' token"
"expected '<' before '(' token"
at line 196, which is:
Code: Select all
param.WindowId = reinterpret_cast(hIrrlichtWindow);
Can someone help?
Thank you!