Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

testing a .dll from developemnt evironment

Status
Not open for further replies.

hinchdog

Programmer
Feb 14, 2001
380
US
what is the best way to test a .dll from the vb development enviorment. i have compiled the .dll but how do i see that it works, and outputs the correct values i want it to? thx
 
I test my activex dlls by opening a new project, standard exe, and including the activex classes as part of that project i.e. Project / Add Class / Existing. Define a form with textboxes, buttons etc to run the code and display the results. Just don't have the activex DLL open in a different instance of VB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top