Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: ip configure Pin
Maximilien7-Mar-07 4:23
Maximilien7-Mar-07 4:23 
GeneralRe: ip configure Pin
David Crow7-Mar-07 4:25
David Crow7-Mar-07 4:25 
Questionclosing tab control Pin
deeps_cute7-Mar-07 3:36
deeps_cute7-Mar-07 3:36 
QuestionRe: closing tab control Pin
Mark Salsbery7-Mar-07 5:26
Mark Salsbery7-Mar-07 5:26 
QuestionService Manager problem Pin
david bagaturia7-Mar-07 3:34
david bagaturia7-Mar-07 3:34 
AnswerRe: Service Manager problem Pin
kakan7-Mar-07 4:10
professionalkakan7-Mar-07 4:10 
QuestionHow do I debug a dll which is used by java? Pin
IlanTal7-Mar-07 3:09
IlanTal7-Mar-07 3:09 
AnswerRe: How do I debug a dll which is used by java? Pin
James R. Twine7-Mar-07 3:21
James R. Twine7-Mar-07 3:21 
   In order to debug something, the debugger has to attach to whatever process contains the code you are interested in.  In the case of DLLs, this means the process that is loading the DLL, and in your case, it sounds like whatever process contains the JVM.

   I would suggest trying to find the process that is actually loading your DLL (and running your Java code that calls into it) - if you cannot do this easily, a quick but kludgy way is to write some in the load-time code of your DLL that causes a spin for 15 seconds, allowing you to locate the spinning process in Task Manager, thus identifying the process you need to attach the debugger to.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: How do I debug a dll which is used by java? Pin
IlanTal7-Mar-07 3:35
IlanTal7-Mar-07 3:35 
GeneralRe: How do I debug a dll which is used by java? Pin
James R. Twine7-Mar-07 4:14
James R. Twine7-Mar-07 4:14 
GeneralRe: How do I debug a dll which is used by java? Pin
IlanTal7-Mar-07 19:36
IlanTal7-Mar-07 19:36 
Questionsystem(command) help Pin
nadiric7-Mar-07 2:46
nadiric7-Mar-07 2:46 
AnswerRe: system(command) help Pin
David Crow7-Mar-07 2:49
David Crow7-Mar-07 2:49 
AnswerRe: system(command) help Pin
toxcct7-Mar-07 3:01
toxcct7-Mar-07 3:01 
QuestionUsing PeekMessage Problem? Pin
bosfan7-Mar-07 2:40
bosfan7-Mar-07 2:40 
AnswerRe: Using PeekMessage Problem? Pin
prasad_som7-Mar-07 2:43
prasad_som7-Mar-07 2:43 
GeneralRe: Using PeekMessage Problem? Pin
bosfan7-Mar-07 2:55
bosfan7-Mar-07 2:55 
GeneralRe: Using PeekMessage Problem? Pin
bosfan7-Mar-07 3:10
bosfan7-Mar-07 3:10 
QuestionCFileDialog Pin
karldwmoore7-Mar-07 0:58
karldwmoore7-Mar-07 0:58 
AnswerRe: CFileDialog Pin
_AnsHUMAN_ 7-Mar-07 1:11
_AnsHUMAN_ 7-Mar-07 1:11 
GeneralRe: CFileDialog Pin
karldwmoore7-Mar-07 1:13
karldwmoore7-Mar-07 1:13 
AnswerRe: CFileDialog Pin
James R. Twine7-Mar-07 1:13
James R. Twine7-Mar-07 1:13 
GeneralRe: CFileDialog Pin
karldwmoore7-Mar-07 1:35
karldwmoore7-Mar-07 1:35 
GeneralRe: CFileDialog Pin
James R. Twine7-Mar-07 2:33
James R. Twine7-Mar-07 2:33 
QuestionGetPrinterDC does not work!!! Pin
Irina Tseitlin7-Mar-07 0:38
Irina Tseitlin7-Mar-07 0:38 

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.