Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Visual Basic (http://www.programmingforums.org/forum18.html)
-   -   How to dubug DLL? (http://www.programmingforums.org/showthread.php?t=14214)

avinashmalipatil Oct 23rd, 2007 4:06 AM

How to dubug DLL?
 
I am provided with the source code of a dll, which I have to analyze and fix some bugs. The problem is I don’t know how to debug a dll file ie., how to attach it to a process and run. I will be thankful if someone help me to do the same.

ZenMasterJG Oct 29th, 2007 8:40 PM

Re: How to dubug DLL?
 
A DLL is really just a dynamically loaded library of functions, they can't really be run alone. You'd probably have to write some code that loads the functions from the DLL and does whatever testing you need. You could then attach the debugger to the program you've written that loads the DLL.


All times are GMT -5. The time now is 12:50 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC