User forums > Nightly builds
The 10 July 2007 build (4256) is out.
killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
Before you use a nightly make sure you understand how it works.
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z
The 10 July 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_Ubuntu6.10+7.04_wx2.8.4.deb (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_Debian4.0_wx2.8.4.deb (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_suse100-102.wx28.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070710_rev4256_fc4+5.i586.rpm (not yet)
Resolved Fixed:
* Win32GUI Wizard: Added support for Dialog based app creation. (Thanks Skirby for the sample code)
* Added: Support for $(PlatformName) macro in MSVC 7+ project file import
* envvars plugin: added possibility to clone an envvar set and GUI enhancement for Linux, code cleanup
* use more comfortable way to choose extra toolchain path's (this also allows the use of GCV's and improves consitency)
* New plugin: ProjectsImporter. Moved all code that imports foreign projects/workspaces from the SDK to this new plugin
* Code completion: Fixed [bug #11533] (class browser crash on windows)
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
skirby:
--- Quote from: killerbot on July 10, 2007, 07:00:55 pm ---
* Win32GUI Wizard: Added support for Dialog based app creation. (Thanks Skirby for the sample code)
--- End quote ---
Thanks Biplab for adding this feature :D
I am waiting now for MDI Win32GUI wizard :wink:
For those who want an excellent resources editor, you can use ResED.
See http://www.assembler.ca/radasm/projects/ResEd.zip
stahta01:
Missing Includes needed to compile on windows without precompiled headers.
Tim S
Index: src/plugins/projectsimporter/projectsimporter.cpp
===================================================================
--- src/plugins/projectsimporter/projectsimporter.cpp (revision 4257)
+++ src/plugins/projectsimporter/projectsimporter.cpp (working copy)
@@ -19,6 +19,10 @@
#include "globals.h"
#include "manager.h"
#include "projectmanager.h"
+ #include "messagemanager.h"
+ #include "compilerfactory.h"
+ #include "cbproject.h"
+ #include "cbworkspace.h"
#endif
#include "projectsimporter.h"
JPlaroche:
I have a probleme of this kind(genre)
Thank you
Ps (the last one update realized)
j'ai un probleme de ce genre
merci
ps( dernier mise à jour réalisé)
size ecran 800/640http://www.ombrebleu.com/wxsrc/target_beug_800_640.jpg
killerbot:
--- Quote from: stahta01 on July 10, 2007, 10:53:20 pm ---Missing Includes needed to compile on windows without precompiled headers.
Tim S
Index: src/plugins/projectsimporter/projectsimporter.cpp
===================================================================
--- src/plugins/projectsimporter/projectsimporter.cpp (revision 4257)
+++ src/plugins/projectsimporter/projectsimporter.cpp (working copy)
@@ -19,6 +19,10 @@
#include "globals.h"
#include "manager.h"
#include "projectmanager.h"
+ #include "messagemanager.h"
+ #include "compilerfactory.h"
+ #include "cbproject.h"
+ #include "cbworkspace.h"
#endif
#include "projectsimporter.h"
--- End quote ---
done
Navigation
[0] Message Index
[#] Next page
Go to full version