C::B crash when click "Settings-->Editor ", and a error occured when click "Settings-->Enviroments", error message: "XRC resource 'dlgEnvVars' (class 'wxPanel') not found!" .Idem rev2712.
Those are missing XRC files.
Those are missing XRC files.
Not exactly. It's a bug with the resource loader...Are you sure? I tested both under Windows XP and Ubuntu 6.06, it works without any problems for me.
Not exactly. It's a bug with the resource loader...Are you sure? I tested both under Windows XP and Ubuntu 6.06, it works without any problems for me.
Manager::Get()->Loadxrc(_T("/envvars.zip#zip:envvars.xrc"));
wxString resPath = ConfigManager::GetDataFolder();
wxXmlResource::Get()->Load(resPath + _T("/envvars.zip#zip:envvars.xrc"));
Same errors with me !!!!Really!!!
a crash occured in winXP sp2.