You are hereC++

C++


wxTail 1.0 available

I'd released wxTail 1.0 for win32 , you can download it from wxtail.googlecode.com or sourceforge Features:

  • Multiple tab interface
  • Support drag and drop
  • Can stop/resume
  • Change the background color and text color
  • Low system resource usage

here's a screenshot.

Code::Blocks won't edit wxSmith file, sloved

While I'm using Code::Blocks, it crashed suddenly and when I reopen the project, one of the newest panel created by wxSmith won't open in Resources mode, instead, it opened as text file. Thus I can't change the GUI in wxSmith. Here's steps to fix the issue.

1. Add the .h, .cpp and .wxs into the project if it's not there

2. Close project

3. Open cbp file in a text editor, btw I like PSPad and Notepad++ the most on Windows and Geany on Linux

4. Find the section in the cbp file:

Setup C++ Development using MinGW, Code::Blocks on Windows Vista

Download and install MinGW: 1. download MinGW-5.1.4.exe, create c:\MinGW, and run it. It'll download and install the current stable version of GCC, G++ etc. 2. set the environment, add c:\MinGW\bin;C:\MinGW\libexec\gcc\mingw32\3.4.5 to PATH 2.1 download gdb and extract to c:\MinGW 2.2 start a console, make sure you can run gcc -v and gdb -v 3. download code::blocks 8.02, install and start it 3.1 in code::blocks, settings->Global compiler settings, selected compiler=GNU GCC Compiler, then add the following into Search directories

Compiler tab