Search found 4 matches

by Lyosha
Sat Jul 01, 2017 2:56 pm
Forum: Developer's Forum for Windows
Topic: Need to use 4 devices via Windows SDK at a time. Help!
Replies: 7
Views: 19989

Re: Need to use 4 devices via Windows SDK at a time. Help!

Ok, I have tried what you suggested and I still have both controllers' messages on the handle that I've used the last. I've read through this thread: https://www.3dconnexion.com/forum/viewtopic.php?f=19&t=15981 Heisters had the same problem as me, but in my case it wasn't fixed by calling SiGrab...
by Lyosha
Sat Jul 01, 2017 1:24 pm
Forum: Developer's Forum for Windows
Topic: Need to use 4 devices via Windows SDK at a time. Help!
Replies: 7
Views: 19989

Re: Need to use 4 devices via Windows SDK at a time. Help!

Thanks for reply!

Where do I get the puzzle demo? Current SDK doesn't seem to have it anymore.
by Lyosha
Thu Jun 29, 2017 5:01 pm
Forum: Developer's Forum for Windows
Topic: Need to use 4 devices via Windows SDK at a time. Help!
Replies: 7
Views: 19989

Re: Need to use 4 devices via Windows SDK at a time. Help!

I have tried modifying 3DxTest this way: int num = SiGetNumDevices(); SiDevID devIndex1 = SiDeviceIndex(1); SiDevID devIndex2 = SiDeviceIndex(2); if ( (devHdl = SiOpen ("3DxTest32", /*SI_ANY_DEVICE*/devIndex2, SI_NO_MASK, SI_EVENT, &oData)) == NULL) (in accordance with the info frome h...
by Lyosha
Thu Jun 29, 2017 4:31 pm
Forum: Developer's Forum for Windows
Topic: Need to use 4 devices via Windows SDK at a time. Help!
Replies: 7
Views: 19989

Need to use 4 devices via Windows SDK at a time. Help!

Hello there!

For an installation project I need to distinguish between 4 different SpaceNavigators plugged in. So far in SDK I've found no way of figuring out from which device does the SiSpwEvent come from. How can I figure that out?

Thanks a bunch in advance!