Guys i thought that my question didn't fall into any of the topics given so i decided to post it here in off topics. Sorry if i did wrong.
Recently i downloaded irrlicht 1.8.4 for my windows pc. I have code blocks 16.04 installed with TDM-GCC-32 with it. Now the problem is that the folder win32-gcc in both lib and bin folder is empty now how am i supposed to find them and link my compiler with libraries and binary files of irrlicht? I googled my problem but result was no good. Pls help me with this
Bin-Lib folders empty
Re: Bin-Lib folders empty
Open the code::blocks project file and compile it. Best is probably to use examples/BuildAllExamples.workspace which is a codeblocks workspace which compiles everything - engine as well as all examples. Then you can test easily.
You can also compile only Irrlicht.dll using the source/Irrlicht/Irrlicht-gcc.cbp project file.
We do no longer deliver binary libraries for c::b as there had been too many troubles with different gcc/mingw versions so nearly everyone ended up having to re-compile anway.
You can also compile only Irrlicht.dll using the source/Irrlicht/Irrlicht-gcc.cbp project file.
We do no longer deliver binary libraries for c::b as there had been too many troubles with different gcc/mingw versions so nearly everyone ended up having to re-compile anway.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Bin-Lib folders empty
Thank you so very much for your answer CuteAlien.