I can now see the automation (ActiveX version), see it's function structure but it keeps impossible to declare an CREATE(automation). Again all DLL are failing to register. #-o
The run-error says that the automation has not been registered. How should I be able to register the correct var?
Comments
Just declare a variable of type automation and in the subtype select the desired automation class.
Create an instance with:
CREATE(myAutomationVar);
Clear an instance with:
CLEAR(myAutomationVar);
Look in the C/Side documentation and you will find more information.
I can now see the automation (ActiveX version), see it's function structure but it keeps impossible to declare an CREATE(automation). Again all DLL are failing to register. #-o
The run-error says that the automation has not been registered. How should I be able to register the correct var?
Any answer out there? :?