User forums > Nightly builds
The 25 September 2007 build (4491) is out.
roland:
Looks as if wxwidgets 2.8.6 should be released shortly. Will the nightlies be moving to the new version?
killerbot:
if it is ok, wx285 had issues so in the end we didn't do the move, so first we watch a bit on wx286 and then we update ;-)
mariocup:
Hi,
with the currently nightly 4491 the options are not parsed correctly. E.g. if you build the attached project with cb (full command line) you will see that in the command line the root option of the linker settings and the appended options are not seperated with a blank!!!
[attachment deleted by admin]
mariocup:
Hi,
the described error has been introduced in revision 4485 (globals.cpp)
--- Code: --- for (unsigned int i = 0; i < array.GetCount(); ++i)
{
out << array[i];
if (i < array.GetCount() - 1)
out << separator;
}
--- End code ---
killerbot:
the change in this function is ok though, but it's client probably appends even more and that one should insert/append a space
wxString GetStringFromArray(const wxArrayString& array, const wxString& separator)
EX : This/is/a/test
==>"This is a test"
[before the change you would get : "This is a test "] -> silly to add a space at the end, just for fun ;-)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version