Results 1 to 7 of 7

Thread: [RESOLVED] Debugging ActiveX

  1. #1

    Thread Starter
    Lively Member VB_client's Avatar
    Join Date
    Feb 2004
    Location
    India
    Posts
    87

    Resolved [RESOLVED] Debugging ActiveX

    which is the best way to debug an ActiveXDll or ActiveX EXE...? Please explain..

    Thanks in advance....
    In order to be successful all you need is a little faith within yourself

  2. #2
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    Re: Debugging ActiveX

    could you explain further what you want
    On error goto Trap

    Trap:
    in case of emergency, drop the case...

    ****************************************
    If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option.
    if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar

  3. #3
    Frenzied Member pnish's Avatar
    Join Date
    Aug 2002
    Location
    Tassie, Oz
    Posts
    1,918

    Re: Debugging ActiveX

    It's not easy to debug a compiled ActiveX component. The way I do it is to create a new project and then add the ActiveX project (creating a project group) and debug from there.
    Pete

    No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.

  4. #4
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    Re: Debugging ActiveX

    i dont think one can debug a compiled activex dll or exe. it can only be modified if it is not compiled but once it is compiled, theres no way one can debug it(for my own opinion. it is never posible. otherwise, software piracy would grow to the max)
    On error goto Trap

    Trap:
    in case of emergency, drop the case...

    ****************************************
    If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option.
    if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar

  5. #5
    Frenzied Member pnish's Avatar
    Join Date
    Aug 2002
    Location
    Tassie, Oz
    Posts
    1,918

    Re: Debugging ActiveX

    There are applications available that allow you to trace the execution of compiled apps, whether they be ActiveX or whatever. They don't however allow you to modify the app's code which would probably cause a spectacular crash anyway.
    Pete

    No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.

  6. #6

    Thread Starter
    Lively Member VB_client's Avatar
    Join Date
    Feb 2004
    Location
    India
    Posts
    87

    Re: Debugging ActiveX

    Thanks pete..... I am now following your method (adding to a project group) and debug from there
    In order to be successful all you need is a little faith within yourself

  7. #7
    Wall Poster TysonLPrice's Avatar
    Join Date
    Sep 2002
    Location
    Columbus, Ohio
    Posts
    3,969

    Re: Debugging ActiveX

    Quote Originally Posted by VB_client
    Thanks pete..... I am now following your method (adding to a project group) and debug from there
    I asked the same question and was pointed to Here. It's a great link.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width