User forums > General (but related to Code::Blocks)

Flash Tutorial on Code::Blocks

(1/2) > >>

Biplab:
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

Pecan:
Very nice tutorial.

Check the spelling of "remember" on your blog.

Biplab:
Thanks for the note.  :D

killerbot:
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 ?)

Biplab:

--- Quote from: killerbot on January 10, 2007, 10:31:15 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 ;-)

--- End quote ---

Should I change this?  :)


--- Quote from: killerbot on January 10, 2007, 10:31:15 am ---- what does the psdk lib dir bring (always needed or just for certain things ?)

--- End quote ---

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.

Navigation

[0] Message Index

[#] Next page

Go to full version