I can't use dev-c to debug a dll

as i can't use VC++2008 compile my dll successfully

i change to use dev-c

the same file , dev-c can compile success, vs2008 can't..

but the question , i want to ask is can dev-c debugger a .dll

i have search how to use dev-c debugger in google , i follow those, but it don't work --> it didn't show changes in debug windows at dev-c

i want to use the original method to debug--print variable 1 by 1 (print--> extern "C" {.. } ^^ )

but there are no windows output the value i want
http://113.253.41.218:8080/my_meaning_of_window.JPG

it should be like above picture, how can i achieve this?

some people advice me to use vc debugger--> oh my sky~ ~

u can see
http://www.codeguru.com/forum/showthread.php?p=1843706

it's just a example that tell what difficult i encount in VC2008
Last edited on
Well, that's an odd sight. Kanji and backslashes in the same cmd.exe window...

Anyway, you should be able to debug a DLL if you included debug information in it (it includes such things as paths to the source files, symbols, etc.). Check your project options and look for something like "include debugging information".

If Dev-C++ was able to compile it, VC++ should also be able to do it. You must have set up something wrong.
Topic archived. No new replies allowed.