I am having a small problem linking a COM object. I am doing this:
Set oAimlBot = CreateObject ("AIMLBOT_Lib.AimlBot")
But the script tells me it can't find the object. I got that from a visual basic app, where it was:
Dim oAimlBot As AIMLBOT_Lib.AimlBot
That should work, shouldn't it? If not, what must I do?
Set oAimlBot = CreateObject ("AIMLBOT_Lib.AimlBot")
But the script tells me it can't find the object. I got that from a visual basic app, where it was:
Dim oAimlBot As AIMLBOT_Lib.AimlBot
That should work, shouldn't it? If not, what must I do?