User forums > Nightly builds
The 16 September 2007 build (4472) is out.
stahta01:
--- Quote from: indigo0086 on September 19, 2007, 04:19:32 pm ---My codeblocks wont start up without mingw10.dll, I never had it before. I even deleted the default.conf and it's still askiing for it.
--- End quote ---
Windows Code::Blocks requires mingwm10.dll to be in the path.
Tim S
killerbot:
that dll is needed, it brings the multithreading library/functions
stahta01:
Bug discoverer in "Import Project"; C::B no longer imports MSVC8 Projects or Solutions.
SVN 4246/7 seems to be the last time it worked.
Was user error on my part, I did not have the Foreign projects importer plugin turned on.
Feature Request
https://developer.berlios.de/feature/index.php?func=detailfeature&feature_id=3747&group_id=5358
Note, include of <wx/ffile.h> needed for windows non PCH compile.
--- Code: ---Index: src/plugins/compilergcc/compilergcc.cpp
===================================================================
--- src/plugins/compilergcc/compilergcc.cpp (revision 4478)
+++ src/plugins/compilergcc/compilergcc.cpp (working copy)
@@ -49,6 +49,7 @@
#include <wx/button.h>
#include <wx/stattext.h>
#include <wx/statline.h>
+#include <wx/ffile.h>
#include "makefilegenerator.h"
#include "compileroptionsdlg.h"
#include "directcommands.h"
--- End code ---
lubos:
if you have output name something like : "0.myApp.exe", cb will change it to "0.exe" after restart :( should i fill a bug report?
killerbot:
--- Quote ---Note, include of <wx/ffile.h> needed for windows non PCH compile.
--- End quote ---
done
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version