User forums > Nightly builds
The 24 December 2007 build (4750) is out.
killerbot:
--- Quote from: tvaster on December 25, 2007, 12:05:49 am ---SVN 4742 would not compile for Linux SUSE 10.2
wxscoder.cpp needed:
#include <wx/string.h>
Merry Christmas and thanks for a great development tool !!!
--- End quote ---
fixed : actually wxscoder.h needed the include, and the cpp needed the include of wx/intl.h
Jan van den Borst:
LS
I was tying to add a new dialog in my CBTortoiseSVN plugin but I seems that the context menu in wxsmith is missing. I remember that it was possible to change the TabOrder of objects using the right click (context sensitive) menu. However it is not shown anymore.
A bug???
Merry XMAS
Jan
Wavesonics:
Happy holidays and have a good new years,
Thanks for the best free IDE out there!
tvaster:
--- Quote ---SVN 4742 would not compile for Linux SUSE 10.2
wxscoder.cpp needed:
#include <wx/string.h>
Merry Christmas and thanks for a great development tool !!!
fixed : actually wxscoder.h needed the include, and the cpp needed the include of wx/intl.h
--- End quote ---
Had to change wxscoder.cpp from
<<<<<<< .mine
#include <wx/string.h>
=======
#include <wx/intl.h>
>>>>>>> .r4751
to:
//<<<<<<< .mine
//#include <wx/string.h>
//=======
#include <wx/intl.h>
//>>>>>>> .r4751
to get it to compile. Hope this helps.
indigo0086:
How do I get CB to automatically parse when the program starts up with the project automatically loaded. I know it does so if I load the project manually, but if it reopens the last project it doesn't reparse.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version