Hi!!
I found a problem while creating an object from a dll.
The code is:
Set drvObject as New VTConnection
And the error message is: Variable uses an Automation type not supported in Visual Basic
VTConnection class is implemented in a dll. And it's supossed to be working.
Does anyone know how can I solve this?
Thanks in advance
I found a problem while creating an object from a dll.
The code is:
Set drvObject as New VTConnection
And the error message is: Variable uses an Automation type not supported in Visual Basic
VTConnection class is implemented in a dll. And it's supossed to be working.
Does anyone know how can I solve this?
Thanks in advance