User forums > Nightly builds

The 21 September 2008 build (5208) is out.

<< < (2/8) > >>

MortenMacFly:

--- Quote from: stahta01 on September 22, 2008, 10:42:14 am ---Whoever applied my patch above had an case issue; it should be wxChar not the wxCHAR that was used.

--- End quote ---
Done. Thanks. :-)

killerbot:

--- Quote from: stahta01 on September 22, 2008, 10:42:14 am ---killerbot:

Whoever applied my patch above had an case issue; it should be wxChar not the wxCHAR that was used.

Tim S

--- End quote ---


:oops:

SR:
New build for Slackware 12.1:
http://sr.uz/index.php/packages/?p=127&more=1&c=1

Xaviou:
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here.

marfi:
Hi, I tried to use a valgrind plugin (many thanks for that!!!) with my applications, but haven't found a way how to check an application like this:


--- Code: ---#include <stdio.h>

int main(int argc, char ** argv)
{
    getchar();

    return 0;
}
--- End code ---

The main problem is that the valgrind plugin doesn't open any console thus the application waiting for user input freezes (and the codeblocks as well) because there is no way how to enter anything. Is it a bug or a feature?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version