| | ASP and Spirit.ocx
|
| Hi all, I've built a mount for my webcam out of the Mindstorms kit - but I can't see how to use the spirit.ocx in my ASP. Has anyone already done this? All I really need to see is how you talk to the ocx from your ASP - just for a simple pan/tilt (...) (25 years ago, 13-Nov-99, to lugnet.robotics, lugnet.robotics.tele)
| | | | Re: ASP and Spirit.ocx
|
| (...) 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
|
| Been there, done that : ) I can email you my code if you're interested. (25 years ago, 16-Nov-99, to lugnet.robotics, lugnet.robotics.tele)
| | | | Re: ASP and Spirit.ocx
|
| Quite a few people have asked me to share the code I cobbled together, so If no one objects, I'd like to post it to the newsgroup. Todd, any problems with my doing that ? -JSM Xanthra47 wrote in message ... (...) interested. (...) (25 years ago, 21-Nov-99, to lugnet.robotics, lugnet.robotics.tele)
| | | | Re: ASP and Spirit.ocx
|
| (...) As long as you post it as regular plain ASCII text and not as a binary, I don't see why anyone would mind... --Todd (25 years ago, 23-Nov-99, to lugnet.robotics, lugnet.robotics.tele)
| | | | Re: ASP and Spirit.ocx
|
| 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)
| |