Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Biplab on January 09, 2007, 04:39:05 pm

Title: Flash Tutorial on Code::Blocks
Post by: Biplab on January 09, 2007, 04:39:05 pm
Hi all,

I have added a flash tutorial in my blog. The tutorial shows you how to integrate Turbo C++ Explorer editions compiler with Code::Blocks. The tutorial would be helpful if you wish to add any other compiler.

Read it at:

http://biplab.wordpress.com/2007/01/09/add-turbo-c-explorers-compiler-to-codeblocks/ (http://biplab.wordpress.com/2007/01/09/add-turbo-c-explorers-compiler-to-codeblocks/)
or
http://bkmodak.blogspot.com/2007/01/add-turbo-c-explorers-compiler-to.html (http://bkmodak.blogspot.com/2007/01/add-turbo-c-explorers-compiler-to.html)

Please be patient as I'm hosting the tutorial in a Free Webhosting site. Also if you wish to point this tutorial, please point to my blog articles as I may have to change the web host in due course.

I hope it would be helpful.  :D
Title: Re: Flash Tutorial on Code::Blocks
Post by: Pecan on January 09, 2007, 06:50:37 pm
Very nice tutorial.

Check the spelling of "remember" on your blog.
Title: Re: Flash Tutorial on Code::Blocks
Post by: Biplab on January 10, 2007, 01:30:27 am
Thanks for the note.  :D
Title: Re: Flash Tutorial on Code::Blocks
Post by: killerbot on January 10, 2007, 10:31:15 am
cool.

2 remarks/questions :

- no need to go to the level of the bin dir, the directory above is sufficient (CB checks bin subdirs), your bin is "Bin" but on windows that's the same ;-)

- what does the psdk lib dir bring (always needed or just for certain things ?)
Title: Re: Flash Tutorial on Code::Blocks
Post by: Biplab on January 10, 2007, 10:48:05 am
- no need to go to the level of the bin dir, the directory above is sufficient (CB checks bin subdirs), your bin is "Bin" but on windows that's the same ;-)

Should I change this?  :)

- what does the psdk lib dir bring (always needed or just for certain things ?)

PSDK dir has Win32 SDK libs for BCC. I was compiling my project using BCC to test new wxWidgets Project Wizard. If I don't add the PSDK dir, then the compiler was complaining about some missing Win32 SDK libs. Then to solve that problem, I added the PSDK dir and it worked. Thus I've kept that part in tutorial.

As per the C::B source, for BCC compiler C::B looks for PSDK dir automatically. But I couldn't understand why it was complaining.
Title: Re: Flash Tutorial on Code::Blocks
Post by: Michael on January 21, 2007, 10:01:45 pm
I hope it would be helpful.  :D

Very interesting. Thanks for sharing it :).

Best wishes,
Michael