View Single Post
Old 09-15-2006, 05:52 AM   #14
06TC_OWNER
StreetDeck Skinning Master
 
06TC_OWNER's Avatar
 
Join Date: Mar 2006
Location: Fort Collins
Posts: 362
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
__________________
View my current SD Projects:

Last edited by 06TC_OWNER; 09-15-2006 at 05:56 AM. Reason: Added function
06TC_OWNER is offline   Reply With Quote