Author Topic: Flash Tutorial on Code::Blocks  (Read 8858 times)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Flash Tutorial on Code::Blocks
« 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/
or
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
Be a part of the solution, not a part of the problem.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2769
Re: Flash Tutorial on Code::Blocks
« Reply #1 on: January 09, 2007, 06:50:37 pm »
Very nice tutorial.

Check the spelling of "remember" on your blog.
« Last Edit: January 10, 2007, 01:56:01 am by Pecan »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Flash Tutorial on Code::Blocks
« Reply #2 on: January 10, 2007, 01:30:27 am »
Thanks for the note.  :D
« Last Edit: January 10, 2007, 01:33:43 am by Biplab »
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Flash Tutorial on Code::Blocks
« Reply #3 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 ?)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Flash Tutorial on Code::Blocks
« Reply #4 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.
« Last Edit: January 10, 2007, 10:50:27 am by Biplab »
Be a part of the solution, not a part of the problem.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Flash Tutorial on Code::Blocks
« Reply #5 on: January 21, 2007, 10:01:45 pm »
I hope it would be helpful.  :D

Very interesting. Thanks for sharing it :).

Best wishes,
Michael