Hi,
Has anybody succesfully compiled the great Mercior's tutorial on integrating Newton with Irrlicht (http://www.mercior.com/tut-newton.shtml) on the Dev-Cpp compiler? I include all the libraries and headers and I get linker errors. It seems it does not see the Newton functions.
Newton physics and Dev-Cpp
-
Boz the virtual being
- Posts: 10
- Joined: Mon Mar 08, 2004 9:01 pm
- Location: Omikron
Well, the library was compiled using visual c++. I read somewhere something
about name mangling that gcc and msvc using different "names" for the functions in their libs so the functions cannot be found. Furthermore, i read that you can migrate those msvc libs to gcc libs. Ask the wise google about msvc convert gcc library
-
Boz the virtual being
- Posts: 10
- Joined: Mon Mar 08, 2004 9:01 pm
- Location: Omikron