Author Topic: using code blocks with borland c++ 5.5.1 and IUP framework.  (Read 5445 times)

hypersimus

  • Guest
hye,
i tried to build the IUP sample source codes but fail.

is there any step to setting up IUP, bcc32 using codeblocks?
i tried follow the tips here,
http://www.tecgraf.puc-rio.br/iup/en/ide_guide/codeblocks.html

but failed,

Offline Greatwolf

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: using code blocks with borland c++ 5.5.1 and IUP framework.
« Reply #1 on: August 03, 2010, 08:17:51 pm »
You set it up like you would for any other framework/API/Toolkit. Put the IUP header files in it's respective include folder, the lib files in its lib folder and add the appropriate include/lib paths in C::B so the compiler and link knows where to find them.

According to this, you want to download the precompiled package for iup-x.x_Win32_bc6_lib.zip where x.x denotes the current release version. It is current 3.2 at the time of this writing. You can find it at the download page.