Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Saturday, January 20, 2007

How to Install New wxWidgets Project Wizard in Code::Blocks?

I have been posting the Modified wxWidgets Project wizard for the past couple of weeks. But there seems to be one missing point. How to install them? The installation details are already in the forum. Still I'm posting them for your convenience so that you do not need to scroll through the entire thread. The follwing procedure is applicable for Windows only.

First, download a Nightly Build of Code::Blocks from the following forum. Read the latest post and download the latest Nightly using the link provided in that post.

http://forums.codeblocks.org/index.php?board=20.0

Now download two more files from the following link.

wxWidgets Runtime DLL

MinGW Runtime

Now extract all the files to a folder, e.g. C:\CodeBlocks

Run the codeblocks.exe to launch Code::Blocks IDE.

To Install the Modified wxWidgets Project Wizard, please follow the following steps. Download the latest revision of project wizard from the following post.

wxWidgets Project Wizard - Revision 7

You'll find that the zip file contains a folder named wxwidgets which contains some file. Now extract the folder to following location {Code::Blocks Dir}\share\CodeBlocks\templates\wizard folder and overwrite the existing wxwidgets folder and files inside that. If you wish you may keep a backup of existing folder.

That's it. You have now successfully installed new wizard.

Please remember that it is a Development Release and there might be bugs.

Tuesday, January 09, 2007

Add Turbo C++ Explorer’s Compiler to Code::Blocks

Code::Blocks is a nice cross-platform IDE which supports quite a large number of compilers across different platforms. But not all the compilers are supported officially. If you wish to add a new compiler to Code::Blocks, then go through this interactive tutorial.

In this case, I'll be showing you how to integrate Borland C++ Compiler 5.82 (BCC 5.82) with Code::Blocks. This compiler is shipped with Turbo C++ Explorer edition (Please visit http://www.turboexplorer.com/cpp). Turbo C++ Explorer comes with a Great IDE. Question may arise if it has a great IDE then what is the point of integrating with Code::Blocks?

There are couple of reasons

1. Code::Blocks comes with a large number of project templates. By adding this compiler and tweaking few settings you can compile a variety of applications easily with BCC 5.82.
2. You can use the development release of wxWidgets Project Wizard (See my previous posts for more details) and Code::Blocks to develop application with wxWidgets using BCC 5.82 compiler. I've tested it and it works without any hitch.

BCC 5.82 comes with a lot of improvements and it's blazingly fast. So if you wish to upgrade your Code::Blocks projects to the New, Advanced compiler this tutorial will be very helpful. This tutorial will also be helpful if you wish to add any other compiler to Code::Blocks. The procedure will be similar.

Please remember that if you wish to develop VCL based application, then Turbo Explorer IDE would be the appropriate choice.

Visit the following url for the tutorial. It is best viewed with resolutions 800x600 or above.

Please note that the video is hosted in a free webhost. So please be patient as the file downloads.

http://biplab.quotaless.com/BCC_582.htm

Hope you'll enjoy the tutorial.


Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.