Page 1 of 1

Phidgets21 to Phidgets22 Classes not found

Posted: Tue Feb 12, 2019 8:35 am
by comtechnet
So - I'm getting familiar with Phidgets by converting a ver21 project to ver22. So - I renamed by project solution to from PXControlCenter to SCISSControlCenter (Visual Studio) / renamed the using Phidget21; and using Phidget22.Events; VS statements and tried to "build" the solution in VS.

I'm getting errors of ...

type or namespace 'MotorControl' not found
InterfaceKit could not be found

InterfaceKit does not contain a definition for 'outputs'

I've looked at the reference and don't see the issue.

Does anyone have ideas of where to start

Re: Phidgets21 to Phidgets22 Classes not found

Posted: Thu Feb 14, 2019 4:27 pm
by jdecoux
Phidget22 is very different from Phidget21, and objects like "InterfaceKit" have been replaced.

I would recommend looking at this guide for Upgrading Code from Phidget21 to Phidget22