|
vbscript failure:
Set obj2 = CreateObject("test.HeightCommands")
This was the error (with the guid preceeding it): -2147024894
This is what I got after successfully registering my dll - it ran fine in windows cscript??
Function Button_OnMouseDown(x, y)
Dim obj2
Set obj2 = CreateObject("test.HeightCommands")
obj2.Test GetRef("tester")
End Function
Last edited by 06TC_OWNER; 09-15-2006 at 05:56 AM.
Reason: Added function
|