I am trying to install Code::Blocks 10.05 from (non-SVN) sources (codeblocks-10.05-src.tar.bz2). My OS is Ubuntu 11.04. I needed to download and install wxWidgets first (I now have wxGTK-2.8.12), whic
I\'m trying to configure Code::Blocks (running on Windows, using MinGW) with the Boost library. I have built the library and have installed everything to C:\\Program Files\\boost_1_47_0.
I\'m doing a project in C++ with Codeblocks. I closed out of Codebl开发者_StackOverflow中文版ocks and re-opened it, and now when I edit, save and compile the code the .exe doesn\'t change at all. The
I\'m trying to create a C++ program using Crypto++ (with C开发者_如何学Pythonode::Blocks), but keep getting stuck with the same problem. I\'m using a cut-down version of this code : http://andreyvitde
I am running Code::Blocks 10.05 with the MingW compiler package on a Win7-32 box. I downloaded and installed the Qt libs for Windows/MingW (qt-win-opensource-4.7.3-mingw.exe) - installation went smo
I\'ve tried codeblocks, but nothing compiles. It stops with -----开发者_JS百科--------- Build: Debug in test2 ---------------
i\'m building a project which use freetype and agg libs, i\'m sure i have added the libfreetype.so and libagg.a to the linker.
I\'ve just started using Linux (Mint 11), and recently, I decided to take up OpenGL programming as a hobby. I\'m finding the code and techniques relatively simple enough, however, I\'m having a hard t
I\'m trying to follow Lazy Foo\'s tutorials. But when I try to run one of his examples I get this compiler error:
I\'m new to Code::Blocks (nice IDE!) and to Qt with C++ (been using PyQt, which works wonderfully) I have a test project - here\'s the code (generate开发者_如何学运维d by code::blocks wizard):