Search found 3 matches

by tri
Tue May 15, 2007 12:14 pm
Forum: Feedback
Topic: Tactile 3D
Replies: 1
Views: 8996

Tactile 3D

This is just a quick FYI. Tactile 3D, a virtual 3D file browser and management system, now supports 3Dconnexion devices. More information, including the download, is available at www.tactile3d.com.

Thanks.

--tristan
by tri
Tue May 08, 2007 7:25 pm
Forum: Developer's Forum for Windows
Topic: Using the COM interface on a thread withou a message pump
Replies: 4
Views: 13521

Hi Markus, Thanks for your helpful feedback. I will not rely on the windows message. How are you creating the device instance? I think if you create the device instance and do all the rest of the initialization on the main thread... I'm creating the device as follows: HRESULT result = pDevice.Create...
by tri
Sun May 06, 2007 4:52 pm
Forum: Developer's Forum for Windows
Topic: Using the COM interface on a thread withou a message pump
Replies: 4
Views: 13521

Using the COM interface on a thread withou a message pump

Hi there, I'm having a little difficulty retrieving values from the Sensor object.... well, in some cases. It's a multithreaded app. I'm using the COM interface without ATL (or the ATL headers... by using things like TDxInput::ISensorPtr from the #import generated headers). It's based on the polling...