additionally, i don't undestand the file structure of vs 2008
i have a project call angry, and in my_doc\vs\angry
there are 1 angry in above angry directory, and those 2 angry folder have a debug folder inside it~ ~
it's numerous-->DIZZY~ ~
hich is not the debug file, i afraid i give it to the client, that will let them wait longly until they die~ ~ :)
i am using vc++ 2008 express, how to compile it in debug mode, i just press f7 after finish the .cpp
when you create any project in vc++ you get debug and release setting by default. go in build->set active congiguration. make it debug( it will be debug by default). and yes as you said do a F7.
if i run the dll in debug mode, that means i should run the exe first (i haven't exe source code)~ ~
when you do a F5, it will ask for the .exe file, give it the path of the .exe file and set a break point in the function which the .exe file calls in the .dll. when the break point hit as the .exe calls the function in dll, you can start debugging. thats it.
additionally, i don't undestand the file structure of vs 2008