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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystall DLLs

Status
Not open for further replies.

Jengo

Programmer
Apr 17, 2000
100
US
Is their a way to dynically call the crystal DLLs from VB without having to add them to the project. It's annoying to have to push out the same DLLs everytime I do a EXE update.

Currently I am doing this way:
Dim myApp As New CRAXDRT.Application

I would like to be doing something like this:
Dim dllGeneral As Object
Set dllGeneral = CreateObject("prjGeneralDLL.clsGeneral")


Any help would be great!

- Zac
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top