I have found a nice summary about all the different APIs out there (Windows, Linux, Mac) and their dis-/advantages:
http://at.or.at/hans/research/nime/hid/apis.html
Search found 9 matches
- Thu Aug 26, 2010 5:21 am
- Forum: Developer's Forum for macOS
- Topic: 3DConnexionClient framework or HID interface?
- Replies: 2
- Views: 70692
- Thu Aug 26, 2010 3:33 am
- Forum: Developer's Forum for macOS
- Topic: 3DConnexionClient framework or HID interface?
- Replies: 2
- Views: 70692
- Mon Aug 23, 2010 3:02 pm
- Forum: Developer's Forum for macOS
- Topic: 64bit Framework available (again)?
- Replies: 4
- Views: 82626
- Mon Aug 23, 2010 2:09 pm
- Forum: Developer's Forum for macOS
- Topic: 64bit Framework available (again)?
- Replies: 4
- Views: 82626
- Mon Aug 23, 2010 2:02 pm
- Forum: Developer's Forum for macOS
- Topic: 64bit Framework available (again)?
- Replies: 4
- Views: 82626
For the record: xy-imac:Current tknoll$ pwd /Library/Frameworks/3DconnexionClient.framework/Versions/Current xy-imac:Current tknoll$ otool -L -arch all 3DconnexionClient 3DconnexionClient ( architecture ppc ): /Library/Frameworks/3DconnexionClient.framework/Versions/A/3DconnexionClient (compatibilit...
- Mon Aug 23, 2010 6:43 am
- Forum: MacOS Discussion Forum
- Topic: Spacenavigator & Blender 2.5
- Replies: 10
- Views: 23479
- Mon Aug 23, 2010 6:04 am
- Forum: Developer's Forum for macOS
- Topic: 3DConnexionClient framework or HID interface?
- Replies: 2
- Views: 70692
3DConnexionClient framework or HID interface?
Hello, a second quick question just popped up: what is the preferred API to interface on a Mac? - The "Apple HID API" http://developer.apple.com/mac/library/documentation/DeviceDrivers/Conceptual/HID/intro/intro.html (I have no experience with that yet whatsoever) - Or the 3DConnexionClien...
- Mon Aug 23, 2010 5:50 am
- Forum: Developer's Forum for macOS
- Topic: 64bit Framework available (again)?
- Replies: 4
- Views: 82626
- Mon Aug 23, 2010 3:15 am
- Forum: Developer's Forum for macOS
- Topic: 64bit Framework available (again)?
- Replies: 4
- Views: 82626
64bit Framework available (again)?
Hello all, my goal: on Mac OS X (10.6.4) I want to link my Qt application against the 3DConnection Client framework. So my first test was to setup an example project and weak-link against the framework, as done in the Cocoa XCode example project, by passing the proper argument to the linker. Eventua...