Search found 4 matches

by wpence
Thu Jan 21, 2010 11:30 am
Forum: Developer's Forum for Windows
Topic: Basic data output for SDK 2.0
Replies: 3
Views: 9455

Thank you for the tips. I have modified the code and read through more of the documentation and I still can't get my code to output anything; I am including it below. This is being developed and compiled in Visual Studio 2008 in C++. We have a wheelchair-mounted robotic arm project that we have deve...
by wpence
Tue Jan 05, 2010 12:19 pm
Forum: Developer's Forum for Windows
Topic: Basic data output for SDK 2.0
Replies: 3
Views: 9455

Basic data output for SDK 2.0

Hello, after reading through the documentation for SDK 2.0 using siapp.lib and spwmath.lib, I created the following simple test program to attempt to just get some sample data from my Spaceball 4000 FLX and print it out to the console: #include <stdio> #include <math> #include <windows> #include <fl...
by wpence
Tue Jan 05, 2010 11:10 am
Forum: Windows Discussion Forum
Topic: SDK 2.0 and Spaceball
Replies: 3
Views: 4021

Thank you. I am using the SDK that uses siapp.lib and spwmath.lib; is this the MFC or COM?
by wpence
Tue Jan 05, 2010 7:41 am
Forum: Windows Discussion Forum
Topic: SDK 2.0 and Spaceball
Replies: 3
Views: 4021

SDK 2.0 and Spaceball

Hello, I am a research student working for the University of South Florida on a rehabilitation robotics project. We are attempting to use the Spaceball with our C++ code in order to control one of our robotic arms. I read through the SDK documentation and it did not say which devices are compatible ...