App+Dll debugging with c::b and gdb

Discussion about everything. New games, 3d math, development tips...
Post Reply
Luben
Posts: 568
Joined: Sun Oct 09, 2005 10:12 am
Location: #irrlicht @freenode

App+Dll debugging with c::b and gdb

Post by Luben »

Hi, i've just changed from devcpp to code::blocks. After that, i attempted to upgrade to 1.3 and compile my own dll.
After changing onprerender etc, it compiled, but almost instantly crashed when i tried to run it.
The call stack showes nothing relevant to the application after main(), from which i call loadScene(), so i figured that it has to be something in the dll.
But i currently dont know how to tell the debugger to step into the dll, sortof. I have done somtehing like this with visual studio.

Any help appreciated

Luben
If you don't have anything nice to say, don't say anything at all.
Post Reply