|
-
Mar 30th, 2006, 01:46 AM
#1
Thread Starter
Lively Member
[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
-
Mar 30th, 2006, 01:50 AM
#2
Frenzied Member
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
-
Mar 30th, 2006, 01:57 AM
#3
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.
-
Mar 30th, 2006, 02:02 AM
#4
Frenzied Member
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
-
Mar 30th, 2006, 02:09 AM
#5
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.
-
Mar 30th, 2006, 06:20 AM
#6
Thread Starter
Lively Member
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
-
Mar 30th, 2006, 06:44 AM
#7
Re: Debugging ActiveX
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|