Page 1 of 1

New Gui Add Problem

PostPosted: Sat Jun 02, 2012 20:27
by dzonytest
Hello, i want to add GUI for game type select but if i include it to man menu, code crash and other includes crashes, here is error code :
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
  guiGameSelect.cpp
X:/engine/include\IGUICheckBox.h(10): error C2143: syntax error : missing ';' before 'namespace'
  guiMainMenu.cpp
x:\magame\src\socket.h(26): error C2628: 'GUIGameSelect' followed by 'bool' is illegal (did you forget a ';'?)

Please help ;)

PostPosted: Sat Jun 02, 2012 20:35
by Jordach
(did you forget a ';'?) you missed that.