Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: hypersimus on June 14, 2010, 02:56:15 am
-
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,
-
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 (http://www.tecgraf.puc-rio.br/iup/en/ide_guide/cppbx.html), 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 (http://sourceforge.net/projects/iup/files/).