Page 1 of 1

Stepper Simple example errors in VB NET

Posted: Wed Nov 13, 2019 9:21 am
by danthoskin
I'm obviously missing something simple here.
I installed the Phidgets22 library and added it as a reference, so what am I not doing correctly?
Thanks in advance (again),
Dan
vb net Stepper Simple Errors.png

Re: Stepper Simple example errors in VB NET

Posted: Wed Nov 13, 2019 10:39 am
by fraser
Make sure that the "Common" folder is located along-side the "Stepper" folder that are downloaded from the examples page, stepper-simple relies on the common folder.

Re: Stepper Simple example errors in VB NET

Posted: Wed Nov 13, 2019 11:09 am
by danthoskin
fraser wrote:Make sure that the "Common" folder is located along-side the "Stepper" folder that are downloaded from the examples page, stepper-simple relies on the common folder.
Yup. It's there. :(
Dan

Re: Stepper Simple example errors in VB NET

Posted: Wed Nov 13, 2019 11:16 am
by danthoskin
I pasted a copy of the folder INTO the Stepper AND Stepper-simple folders, and now the errors come up with a few less missing pieces:
Stepper Simple Error 2.png
Stepper Simple Error 2.png (7.95 KiB) Viewed 16740 times
These missing items do not appear in the object browser either.
Dan