Adding Jopsi Glow Changer Gives 2 Errors in compiling Neuz
Hi ragezoners.
Well i am working with 2 sources.
SOD source and 1 from Max98.
Both are working fine except SoD has an bit more bugs.
Now i added Jopsi glow changer correctly to the SoD source and its working without an glitch.
Now i thought an adding it to the other source so i copied everything and at the same places.
But for some reason on compiling the neuz i got 2 errors. I can't find the cause of it and google is showing multiple solutions but they dont work. Maybe you guys can see it.
Errors:
WndTaskBar.cpp(2602): error C2059: syntax error : ','
Line:
pWndButton = AppendMenu( this, 0, APP_SETAURA1 , "Glow Change" );
WndField.cpp(118): error C2059: syntax error : ','
Line:
return CWndNeuz::InitDialog( g_Neuz.GetSafeHwnd(), APP_SETAURA1, 0, CPoint( 0, 0 ), pWndParent );
Thank you verry much.