Zarkon, I've checked and double-checked everything but I cannot find any typing errors or things I forgot. I hope you or somebody else have some suggestions.
_________
Wim
ok zarkon4 thx.
The dll is written in Delphi (by myself)
Its working great if it is called form another delphi apllication.
But this application i have now problems with is a commercial package wich uses Vb as the sript language (sax engine) I am pretty good with delphi but have no idea about...
Zarkon4, thx yes it is registrered on client pc
this is my code:
________________________________________
Private Sub Module_Load()
'create a object reference to the component
Dim obj As comProgress.ConnectWithProgress
'create an instance of the object
Set obj = New...
Yes it is (in my opinion) beacuse the same dll is working if it is called by a delphi appl.
is there a different way for VB ?
(I did File----> reference and then selected the comServer)
________
Wim
@Zarkon4 Thanks, but non of the two solutions works
I prefer to use the COMServer but when I debug the script it halts on the statement Set obj=New ConnectWithProgress with error: 10092 "ActiveX Automation server cannot create object.
I hope you can help me ?
_______
Wim
Hi,
I am a complete NEWBY in VB(A).
I have a problem with accessing a DLL in my VBA-script.
The DLL is written in Delphi and if called by another Delphi apllication no errors are present.
I have declared the dll in my script as:
-------
Public Declare Function dllOpenDB Lib...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.