the only project there is of springSettings.
it compiles, and works.
I can't find the correct include directories for c::b, for compiling with GCC (or with the studio compiler from c::b).
tried to import all the files to studio, and here is my first compiling error:
Code: Select all
springlobby-0.117\src\mapselectdialog.cpp(120) : error C2440: 'type cast' : cannot convert from 'void (__thiscall MapSelectDialog::* )(wxCommandEvent &)' to 'wxObjectEventFunction'
Pointers to members have different representations; cannot cast between them
Code: Select all
Connect(ID_VERTICAL_CHOICE,wxEVT_COMMAND_CHOICE_SELECTED,(wxObjectEventFunction)&MapSelectDialog::OnSortKeySelect);
wxObjectEventFunction is defined as
Code: Select all
typedef void (wxObject::*wxObjectEventFunction)(wxEvent&);
Code: Select all
class WXDLLIMPEXP_BASE wxEvent : public wxObject
Code: Select all
void OnSortKeySelect(wxCommandEvent& event);
the springlobby_config.h is never included, and empty. I suppose it should be the siteConfiguration.
maybe I should download an older wxWidgets? mine version is 2.8.11. because 2.9.* had many incompatibilites with the springSettings project.
however, the preveous files which did compile, had many warnings.
I am running windows 7, 32bit.
any help would be appreciated.
I couldn't manage to find updated deatailed build instructions for springLobby on windows.
thanku, for your help.