Search found 13 matches
- Sat Aug 10, 2013 4:31 am
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
oh, its cool @aammmsterdddam thanks for your help anyway
- Fri Aug 09, 2013 3:55 pm
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
Im sorry guys i didnt read your post on this page because i just found out there's a second page. @aammmsterddam i do know how to program, just having difficulties with Irrlicht. And thank you for being more polite :) i was also asking CuteAlien to see if i understood what he was posting @CuteAlien ...
- Fri Aug 09, 2013 2:13 pm
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
could you make a video,on this? im having trouble following.
- Sun Aug 04, 2013 3:12 pm
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
So once the bode and stuff is in the program, then build the program and delete lrrlicht.dll? then take the exe file and put it directly in the lib win-gcc folder and dll folder that came with irrlcht? the program wont output an executable file.
- Wed Jul 24, 2013 3:59 pm
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
I tried that, but it didnt change anything
- Mon Jul 22, 2013 11:53 pm
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
Can someone make a youtube video either showing installation of Irrlicht of Codeblocks, or how to fix an "The procedure entry point __gxx_personality_v0 could not ve located in the dynamic lnk library (directory)\irrlicht-1.8\lib\Irrlicht.dll" error, or both :D a video would really help me...
- Mon Jul 22, 2013 10:23 pm
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
link the compiler runtime lib staticly with: -static-libstdc++ -static-libgcc as compiler flags do you set those in the #defines tab? I think it was "Linker Settings" -> "other linker options" and please don't pm if you don't get an answer right away.... i PM'ed you before the p...
- Mon Jul 22, 2013 5:14 pm
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
ok thanks ill try itmongoose7 wrote:You should google the error.
A workaround is to simply define
in your main module. Hybrid posted on this, but i guess he is on holiday.Code: Select all
int __gxx_personality_v0;
- Mon Jul 22, 2013 5:14 pm
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
do you set those in the #defines tab?Sudi wrote:link the compiler runtime lib staticly with:
-static-libstdc++ -static-libgcc
as compiler flags
- Mon Jul 22, 2013 1:55 am
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
I've had that same problem before. What I did was use Codeblocks to rebuild Irrlicht and use the Win32-gcc (even though I am also using x64.) Hope that helps. Mitchell aww i got the same error as before :( thanks anyway :). I am thinking maybe i linked it wrong, where did u learn how to setup Irrli...
- Mon Jul 22, 2013 1:21 am
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Re: Codeblocks and Irrlicht install problem
ok thankyou ill try it
- Sun Jul 21, 2013 6:52 pm
- Forum: Beginners Help
- Topic: Codeblocks and Irrlicht install problem
- Replies: 24
- Views: 5364
Codeblocks and Irrlicht install problem
Hi in trying to install Irrlicht for Codeblocks 12:11 :D :mrgreen: . Im on an x64 bit WIndows 8 PC. i looked in the lib and bin folders and there is no win64gcc files. How would i install it? when ever try the win32gcc libs and dll i got the following error: "The procedure entry point __gxx_pe...
- Tue Sep 11, 2012 10:15 pm
- Forum: Everything 2d/3d Graphics
- Topic: how can you make a 3D game like minecraft?
- Replies: 4
- Views: 1852
how can you make a 3D game like minecraft?
what irrlicht do you use to make mincraftt like games? and can you use it in codeblocks 10.05????