Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I put a breakpoint in DLL? Pin
Kamis19-Aug-04 23:22
Kamis19-Aug-04 23:22 
AnswerRe: How can I put a breakpoint in DLL? Pin
Antony M Kancidrowski19-Aug-04 23:51
Antony M Kancidrowski19-Aug-04 23:51 
GeneralRe: How can I put a breakpoint in DLL? Pin
Kamis20-Aug-04 0:05
Kamis20-Aug-04 0:05 
GeneralRe: How can I put a breakpoint in DLL? Pin
Antony M Kancidrowski20-Aug-04 0:19
Antony M Kancidrowski20-Aug-04 0:19 
GeneralRe: How can I put a breakpoint in DLL? Pin
Kamis20-Aug-04 0:29
Kamis20-Aug-04 0:29 
AnswerRe: How can I put a breakpoint in DLL? Pin
jmkhael19-Aug-04 23:52
jmkhael19-Aug-04 23:52 
GeneralRe: How can I put a breakpoint in DLL? Pin
Kamis20-Aug-04 0:07
Kamis20-Aug-04 0:07 
GeneralRe: How can I put a breakpoint in DLL? Pin
jmkhael20-Aug-04 0:13
jmkhael20-Aug-04 0:13 
If its my dll i would go for a hardcoded breakpoint like pointed by wb

For System DLLs you need the function name and the dll name of course.
you can Determine the exact, unmangled name of the function
then Set BP on {,,dllname}Function <=- special syntax
To Find the true function name u can use dumpbin.


Papa


while (TRUE)
Papa.WillLove ( Bebe ) ;
GeneralRe: How can I put a breakpoint in DLL? Pin
Kamis20-Aug-04 0:18
Kamis20-Aug-04 0:18 
GeneralRe: How can I put a breakpoint in DLL? Pin
jmkhael20-Aug-04 0:20
jmkhael20-Aug-04 0:20 
AnswerRe: How can I put a breakpoint in DLL? Pin
wb20-Aug-04 0:01
wb20-Aug-04 0:01 
GeneralRe: How can I put a breakpoint in DLL? Pin
Kamis20-Aug-04 0:09
Kamis20-Aug-04 0:09 
AnswerRe: How can I put a breakpoint in DLL? Pin
Neville Franks20-Aug-04 0:17
Neville Franks20-Aug-04 0:17 
GeneralCListCtrl mystery Pin
saushar19-Aug-04 23:10
saushar19-Aug-04 23:10 
Questionhow to use dll in thread Pin
yingkou19-Aug-04 22:46
yingkou19-Aug-04 22:46 
QuestionHow to send and receive ARP packets Pin
chito19-Aug-04 22:27
chito19-Aug-04 22:27 
AnswerRe: How to send and receive ARP packets Pin
David Crow20-Aug-04 3:04
David Crow20-Aug-04 3:04 
GeneralRe: How to send and receive ARP packets Pin
chito20-Aug-04 14:06
chito20-Aug-04 14:06 
GeneralRe: How to send and receive ARP packets Pin
David Crow23-Aug-04 3:18
David Crow23-Aug-04 3:18 
GeneralATL wizard upgrade to .NET Pin
philbel19-Aug-04 22:06
philbel19-Aug-04 22:06 
QuestionHow can restart windows when user log off Pin
Marks Zhu19-Aug-04 21:20
Marks Zhu19-Aug-04 21:20 
AnswerRe: How can restart windows when user log off Pin
David Crow20-Aug-04 3:06
David Crow20-Aug-04 3:06 
AnswerRe: How can restart windows when user log off Pin
geo_m20-Aug-04 3:48
geo_m20-Aug-04 3:48 
QuestionHow to remove CLOSE Button from right top corner? Pin
kriaz19-Aug-04 21:03
kriaz19-Aug-04 21:03 
AnswerRe: How to remove CLOSE Button from right top corner? Pin
David Crow20-Aug-04 3:11
David Crow20-Aug-04 3:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.