|
-
Aug 18th, 2006, 11:28 AM
#1
Thread Starter
Junior Member
[RESOLVED] Best Way to Debug ActiveX DLL Project
I have an activex DLL project that I need to step through code with. What is the best way to do this?
-
Aug 18th, 2006, 11:34 AM
#2
Re: Best Way to Debug ActiveX DLL Project
Add test project to your dll project, set references to that dll (compatability to project), set test project as StartUp.
In your test project add some functionality that you want to test and run it.
-
Aug 18th, 2006, 03:03 PM
#3
Thread Starter
Junior Member
Re: Best Way to Debug ActiveX DLL Project
How do I set the references to that DLL and I need to set the compatability to project?
-
Aug 18th, 2006, 03:25 PM
#4
Re: Best Way to Debug ActiveX DLL Project
Did you ever explore menus available in VB IDE? If not then go to Project > References ... and follow very simple steps.
-
Aug 19th, 2006, 03:11 AM
#5
Re: Best Way to Debug ActiveX DLL Project
Create a Group project with a test program and add in the ActiveXDLL project. You can execute your project (that calls the dll) and place break points in the ActiveXDLL project. You can even step through it.
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
|