| | Re: ASP and Spirit.ocx peter renshaw
| | | (...) yeah I've had a stab at this a while ago. I should write this up I guess. The main problem I found with the spirit.ocx is the that (as far as I can tell) is not a console app, say like an ActiveX dll. Read the steps below I took.... 1. Install (...) (25 years ago, 14-Nov-99, to lugnet.robotics)
| | | | | | | | Re: ASP and Spirit.ocx Darrin Cherry
| | | | | Try something a little more like this: option explicit dim PBrickCtrl dim getLinkType set PBrickCtrl = server.CreateObject(...itCtrl.1") if ( isObject(PBrickCtrl)=true ) then getLinkType=PBrickCtrl.LinkType response.write("object success - (...) (25 years ago, 8-Jan-00, to lugnet.robotics)
| | | | | | |