Search found 2 matches

by Kilam
Mon Jul 21, 2008 7:41 am
Forum: Developer's Forum for Windows
Topic: CoCreateInstance in a thread does not work
Replies: 4
Views: 11473

Some additional information I just found out: The delay only happens, if the driver is installed, but not started. That means, if I just detach the device and then restart my program, it still starts quickly. But when I stop the driver and then restart my program, I get the 7 seconds delay. I also t...
by Kilam
Mon Jul 21, 2008 7:05 am
Forum: Developer's Forum for Windows
Topic: CoCreateInstance in a thread does not work
Replies: 4
Views: 11473

CoCreateInstance in a thread does not work

Hi, I try to get the initialisation of the space navigator device done in a thread. I want to explain why: The device should work with an ActiveX viewer on the web. The viewer starts up in about 1 second when the device is attached but it takes about 7 seconds when the device is detached. As I don't...