![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Sep 2007
Posts: 14
Rep Power: 0
![]() |
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.
|
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
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.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question about using statements when using components | Arla | C# | 2 | Oct 8th, 2007 6:05 PM |