Re: Where do you go after FinalRelease?
- From: "Dave" <dave5398@xxxxxxxxxxxxxx>
- Date: Thu, 7 Sep 2006 13:01:11 +0100
"Brian Muth" <bmuth@xxxxxxxx> wrote in message
news:OFDhBme0GHA.2036@xxxxxxxxxxxxxxxxxxxxxxx
Tip: from the VS IDE, open the debug version of your C++ object. In the
project properties, under Configuration Properties, set the Debugging
Command property to your VB6 executable. Now execute from within your VS
IDE.
Brian
Brian, I'm doing exactly that, calling the VB IDE from the C++ IDE. My
problem is that for some errors the C++ debug window goes to the bad code
(usually trying to access a NULL etc) but sometimes it just goes into the
assembler window as in:
05E76CCA in al,1
05E76CCC test al,2
05E76CCE in al,1
05E76CD0 and byte ptr [eax],al
05E76CD2 add al,byte ptr [eax]
05E76CD4 inc byte ptr [ecx]
05E76CD6 or al,1
05E76CD8 add byte ptr [eax],al
05E76CDA in al,1
05E76CDC shr byte ptr [esi],1
What am I supposed to do with that????
Dave
.
- Follow-Ups:
- Re: Where do you go after FinalRelease?
- From: Brian Muth
- Re: Where do you go after FinalRelease?
- References:
- Where do you go after FinalRelease?
- From: Dave
- Re: Where do you go after FinalRelease?
- From: Alexander Nickolov
- Re: Where do you go after FinalRelease?
- From: Dave
- Re: Where do you go after FinalRelease?
- From: Brian Muth
- Where do you go after FinalRelease?
- Prev by Date: Re: test container works, explorer embedding sortof works
- Next by Date: How to restond to events of activex control embedded in internet explorer ?
- Previous by thread: Re: Where do you go after FinalRelease?
- Next by thread: Re: Where do you go after FinalRelease?
- Index(es):
Relevant Pages
|