Bonjour.

Pour récupérer les valeurs voilà comment je procède :

wxFileConfig *file = new wxFileConfig(IniFile);

file->SetPath(wxT("DATABASE"));
file->Read(wxT("Server"),&Server);...