Right, and I also forgot to add the " embedded_idl"-switch in the #import-statement. Works now - thanks.
Regards,
Joachim
Search found 8 matches
- Fri Jan 18, 2008 12:33 am
- Forum: Developer's Forum for Windows
- Topic: I'm attempting to write a 'C' wrapper to COM...
- Replies: 7
- Views: 14733
- Wed Jan 16, 2008 5:35 pm
- Forum: Developer's Forum for Windows
- Topic: I'm attempting to write a 'C' wrapper to COM...
- Replies: 7
- Views: 14733
Hi, I've tried to write my application using the COM api so far and now I have the same output about the event not being resolved as above. Is there any mayor case for this to happen? Are there any specific project settings/defines that have to be taken? Or does it even only work when the project is...
- Tue Jan 15, 2008 11:15 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: Magellan-Events and Callbacks
- Replies: 2
- Views: 38125
In the meantime I've read a thread in the windows-developer forum that it might be possible to get callbacks by using the HID-api directly. Since I've no experience with this API in linux: Is something like that also possible there (without too much work)? That means that maybe one could put a callb...
- Sun Jan 13, 2008 3:59 pm
- Forum: Developer's Forum for UNIX and Linux
- Topic: Magellan-Events and Callbacks
- Replies: 2
- Views: 38125
Magellan-Events and Callbacks
Hello, I'm currently making a small app which uses the spacepilot and shall be compilable for windows and linux. What I've recognized is that both API's do not have the same power, especially, the Windows-API supports callbacks through the COM-interface. Is there any decent way for callbacks in the ...
- Wed Jan 09, 2008 11:12 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: SDK for the SpacePilot
- Replies: 5
- Views: 46060
- Tue Jan 08, 2008 1:12 pm
- Forum: Developer's Forum for UNIX and Linux
- Topic: SDK for the SpacePilot
- Replies: 5
- Views: 46060
- Tue Jan 08, 2008 1:09 pm
- Forum: Developer's Forum for UNIX and Linux
- Topic: SDK for the SpacePilot
- Replies: 5
- Views: 46060
Hello, Thanks for the reply. The buttons were on "Custom 1" - "Custom 6" when I tested it. Now with "Button 1" - "Button 6" things are working. Currently I'm trying to make the thing window independent, so the window that is passed to the driver to receive the events is an invisible InputOnly-window...
- Fri Jan 04, 2008 6:20 pm
- Forum: Developer's Forum for UNIX and Linux
- Topic: SDK for the SpacePilot
- Replies: 5
- Views: 46060
SDK for the SpacePilot
Hello, I'm using a SpacePilot and try to write some small demos for it. What I've recognized is that many features are not covered in the API (such as sending a custum configuration and stuff). Also it seems that button handling works different for the space pilot. Normally in the magellan-driver li...