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
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