| | Re: Problem with DIY Spybotics SDK... Mark Riley
| | | I did a little more poking around and found out the reg.bat file in the SDK Bin directory is supposed to register the COM server vpbcom.dll. The batch file assumes the Windows install directory is "\windows\..." which could be bad if you installed (...) (22 years ago, 25-Nov-02, to lugnet.robotics)
| | | | | | | | Re: Problem with DIY Spybotics SDK... Rob Limbaugh
| | | | | Mark, Following your suggestion, I just removed the path information, as regsvr32 is always in a pathed system directory. C:\Program Files\LEGO Software\LEGO Mindstorms SDK\Bin\reg.bat now reads: regsvr32.exe vpbcom.dll instead of: (...) (22 years ago, 26-Nov-02, to lugnet.robotics)
| | | | | | |