Quantcast
Channel: Debug in Com exe VC++
Browsing latest articles
Browse All 7 View Live

Debug in Com exe VC++

Thanks All Support ! -  at first I run VB6, Com VC++ exe  was call and execute In VC++ tool ->debug process-> attach  choice running Com VC++ to attach So I can debug step by step Thanks Hai

View Article



Debug in Com exe VC++

My com exe call some parameter from VB6 HaiHow exactly are you doing this?A code snippet would be very useful.«_Superman_»

View Article

Debug in Com exe VC++

<tip>I tend to use both the VB6 debugger and the C++ debugger at the same time. Using the VB6 debugger, place a breakpoint right after SET MyCOMObject = new MyCOMObjectThis will ensure that the...

View Article

Debug in Com exe VC++

Hi Superman Thanks your help My com exe call some parameter from VB6 If I run Com exe only it will be use the default value in Com project So I need test it with VB6 of parameter valueHai

View Article

Debug in Com exe VC++

If you don't get breaks, you've either set the breakpoint in the wrong place, haven't written the VB6 code to use your COM object or VB6 is using the wrong copy of your DLL.  Pay attention to the...

View Article


Debug in Com exe VC++

You do not need to attach to any process.Run the COM EXE in debug mode after placing the breakpoint where ever needed.Now you simply run the VB application and make the necessary COM calls.«_Superman_»

View Article

Debug in Com exe VC++

Hi all, I have VB6 aplication and it call  a com exe (VC++), Please tell me how to do debug in VC++ How to do create a com exe in VC++ (I try add VB6 project in tool ->debug process-> attach but...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images