Re: Where do you go after FinalRelease?




"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


.



Relevant Pages

  • Re: Debug Mode
    ... > Debug.Print in VB6 ... For writing to the debug window when running the project inside the IDE ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Sending Events to VB6 Using Implements Keyword - debugging
    ... > There are basically two ways of getting events from an ATL dll to vb: ... > Now it isnt really that difficult to undertstand, is it, Brian? ... > / atl app crashes when complied and not in the IDE", ... For debugging purposes, I tend to use the C++ debugger, which works quite ...
    (microsoft.public.vc.atl)
  • Re: Out of process AX-DLL (.exe) Help Needed
    ... I changed the name slightly within the IDE and compiled to the same old ... When I am calling the AX-EXE what name am I calling? ... Your original problem had to do with not maintaining binary compatibility. ... Tons of books out there, ...
    (microsoft.public.vb.general.discussion)
  • Re: Toolbar images
    ... I am not using XP visual styles. ... I created the toolbar in the IDE, added an image list and then selected the ... > If you are calling 'Application.EnableVisualStyles', ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Source not available
    ... I put a breakpoint in the method code either with IDE or with SET STEP ON. ... Is this a form you run directly from the IDE after chhanging or is this run the more traditionall App way of calling a main.prg in the IDE which then calls the form directly or via menu? ...
    (microsoft.public.fox.programmer.exchange)