Search found 6 matches

by thomasp
Thu Sep 25, 2008 1:18 am
Forum: Developer's Forum for Windows
Topic: CoCreateInstance in a thread does not work
Replies: 4
Views: 11948

Ok i was looking in the tasks list, but your solution seems better ;)

Thank you
by thomasp
Wed Sep 24, 2008 12:35 am
Forum: Developer's Forum for Windows
Topic: CoCreateInstance in a thread does not work
Replies: 4
Views: 11948

And is there a way to programmaticaly check if the driver is running or not before the call to CoCreateInstance ?

Because the 7s delay is a bit annoying
by thomasp
Mon Sep 15, 2008 3:19 am
Forum: Developer's Forum for Windows
Topic: "defined" variable
Replies: 4
Views: 10427

Thank you it works now :wink:
by thomasp
Fri Sep 12, 2008 5:56 am
Forum: Developer's Forum for Windows
Topic: "defined" variable
Replies: 4
Views: 10427

thank you for your answer As a matter of fact, I used the Cube3DPolling code to plug my space navigator in my application. But when I tried to compile my project on a computer without 3dconnexion drivers installed, the compiler failed on the line (stdafx.h) : #import "progid:TDxInput.Device.1&q...
by thomasp
Fri Sep 12, 2008 5:22 am
Forum: Developer's Forum for Windows
Topic: "defined" variable
Replies: 4
Views: 10427

"defined" variable

Hi there! To begin I'm sorry for the spam, I already posted that question in the french forum but (I must be blind) I didn't realized I should have written here. So : I'm coding in C++, and I'd like to know if there is a variable i could use in a " #ifdef " preprocessor directive, which wo...
by thomasp
Thu Sep 11, 2008 4:29 am
Forum: Windows Discussion Forum
Topic: Variables d'environnement
Replies: 0
Views: 11593

Variables d'environnement

Bonjour, Je code en C++, et je voudrais savoir s'il existe une "variable" qui me permette d'éviter de compiler une partie de code si les drivers 3dconnexion ne sont pas installés sur une machine. Par exemple lorsque je compile un truc spécifique windows, je fais : #ifdef WIN32 //... code s...