This is a project I have inherited from another employee.
The project in question has two parts. The source files for the user interface, including all forms and code modules held in one project, and the class modules held in another project. The class modules have been complied into a DLL which has been registered.
When I run the application in debug mode how am I able to break into the code in the class modules. Even though I have the source code for the two projects loaded in the Project Explorer it just jumps over the source files as it references the DLL.
Is there a certain way to recompile this DLL to allow me to do this. John
The project in question has two parts. The source files for the user interface, including all forms and code modules held in one project, and the class modules held in another project. The class modules have been complied into a DLL which has been registered.
When I run the application in debug mode how am I able to break into the code in the class modules. Even though I have the source code for the two projects loaded in the Project Explorer it just jumps over the source files as it references the DLL.
Is there a certain way to recompile this DLL to allow me to do this. John