what crash, did you drive against a wall with your car or what !?!?!
Alpha Omega wrote:Ahhh ok so code blocks has the option to create Irrlicht applications so do you need to link specifically to the Irrlicht Lib's and DLL's?
in general yes, but the C::B Irrlicht template does this for you (at least it should)...
btw, did you also link against Newton !?!?!
Ok the crash is a windows message that says Id.exe has stopped working everytime I try to rebuild the program. I tried to link directly to the Irrlicht.a and results in this crash. I have linked to all three of Newton's newton.lib. When I do not link directly to Irrlicht.a i get the previous error about the __chkstsk'.
Thanks for helping me this has been a problem I have had for some time.
Ok so I linked it all. It is now linking to Irrlicht.a for the GCC compiler but the original problem is still persistant. __chkstsk is stilling whining about undefined references.
You are only supposed to link to the Newton.lib in the newton dll folder and not link to lib_mt or the lib_st folders.
Thanks for everyones help if only I had listened in the very beginning. I find it kind of strange how the other two libraries affect the normalize() function in the vector3df class....