User forums > Nightly builds
The 08 July 2006 build is out.
thomas:
Those are missing XRC files.
killerbot:
--- Quote from: thomas on July 08, 2006, 07:48:54 pm ---Those are missing XRC files.
--- End quote ---
missing in svn and therefor not in the build, or just missing in the build ?
In the latter case, do we have a problem with update(.bat) ?
mandrav:
--- Quote from: thomas on July 08, 2006, 07:48:54 pm ---Those are missing XRC files.
--- End quote ---
Not exactly. It's a bug with the resource loader...
thomas:
--- Quote from: mandrav on July 08, 2006, 08:58:46 pm ---Not exactly. It's a bug with the resource loader...
--- End quote ---
Are you sure? I tested both under Windows XP and Ubuntu 6.06, it works without any problems for me.
I do get errors with some contrib plugins under Ubuntu, but these don't use the resource loader at all (they load resources the "old" way). This may be related to the deb building, too, I had warnings while building the package, but couldn't be bothered to look into them, I rather just disabled the contrib plugins, and all is fine.
mandrav:
--- Quote from: thomas on July 08, 2006, 09:22:27 pm ---
--- Quote from: mandrav on July 08, 2006, 08:58:46 pm ---Not exactly. It's a bug with the resource loader...
--- End quote ---
Are you sure? I tested both under Windows XP and Ubuntu 6.06, it works without any problems for me.
--- End quote ---
I have the same problems here and, trust me, I 'm not missing any resources ;).
In envvars/envvars.cpp, if you replace this
--- Code: ---Manager::Get()->Loadxrc(_T("/envvars.zip#zip:envvars.xrc"));
--- End code ---
with this
--- Code: ---wxString resPath = ConfigManager::GetDataFolder();
wxXmlResource::Get()->Load(resPath + _T("/envvars.zip#zip:envvars.xrc"));
--- End code ---
it works fine.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version