Re: ByRef parameters from visual c++ to visual basic

Tech-Archive recommends: Fix windows errors by optimizing your registry



Ok it's compile and build, but when i run it, an infinite loop heppens
whether the vb function has byref params...

How do you draw that conclusion? Where is the infinite loop? When you attach
the debugger to the ISAPI filter, what to you find?

Brian



.



Relevant Pages

  • attaching debugger to runinng python program
    ... -how to attach the debugger to running multi threaded program ... -the objective is to find an infinite loop in one of threads which makes the whole thingy going craze ...
    (comp.lang.python)
  • Re: updating document?
    ... usually the debugger comes up with a message about having to ... could be caused by your main GUI thread going into an infinite loop. ... void CMyView::OnChangeMyEditControl ... void CMyDocument::UpdateText(const CString & s) ...
    (microsoft.public.vc.mfc)
  • Re: .NET 2.0 and Windows Service
    ... So are you saying that the Microsoft documentation is incorrect? ... if the service deos not start that you can still attach the debugger ... If this is the case and since the service is not running, what do you attach ... breakpoint in Onstart as this will cause the error I am having. ...
    (microsoft.public.dotnet.framework)
  • Re: Symbols not loaded for DLLs
    ... I found a workaround to this problem - display a message box during ... then attach the debugger while that is displayed. ... > debug one of my problem DLLs. ...
    (microsoft.public.vc.debugger)
  • Re: Attach to Process
    ... Actually my question has to do with how to debug and step through managed CLR code applications that are running by themselves - not in visual studio debugger. ... If you are using a wizard, you cannot attach after you start the wizard, as some of the context is not available to the debugger. ...
    (microsoft.public.dotnet.framework.aspnet)