
01-09-2004, 12:44 PM
|
 |
Martian In Disguise
Retired Moderator * Guru *
|
|
Join Date: May 2003
Location: Minneapolis, MN
Posts: 9,566
|
|
|
Create a project group by first opening a standard EXE project. Then select the Add Project menu option (under File on the menu) and specify the DLL project to add.
Select the standard EXE project and use Project -> References to add a reference to the added DLL project.
In the standard EXE project, write the code that would instantiate the objects in the DLL and whatever code you wish to use to test the interface.
Use the normal debugging methods (ie Break Points, F8, etc) to step through the code.
|
__________________
The only stupid question is the one that goes un-asked.
|