Menu

[r13645]: / branches / CODEBLOCKS_1_0RC2 / BUGS  Maximize  Restore  History

Download this file

7 lines (6 with data), 500 Bytes

Bugs that need immediate attention:
-----------------------------------
* File properties crashes when no compiler plugins loaded:
When there are no compiler plugins installed, selecting the properties of any project files causes an assertion failure + a crash, because ProjectFile::SetObjName is called, and this line:
"fname.SetExt(CompilerFactory::Compilers[project->GetCompilerIndex()]->GetSwitches().objectExtension);"
relies on having compilers in the compilers array, which is actually empty.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.