Search found 5 matches

by mbrady
Fri Oct 12, 2007 4:03 am
Forum: Developer's Forum for Windows
Topic: No events in VS2005
Replies: 8
Views: 15990

ok... feel stupid now.

I just upgraded to the latest driver (after realising I didn't have the latest).... it all seems to work fine now.
by mbrady
Fri Oct 12, 2007 3:46 am
Forum: Developer's Forum for Windows
Topic: No events in VS2005
Replies: 8
Views: 15990

I've tried debug (with and without breakpoints) and release mode, doesn't seem to make any difference (i.e. SiGetEvents never returns SI_IS_EVENT).

I've got version 3.3.6 of the 3DxWare, and I'm trying to use a SpaceNavigator.
by mbrady
Thu Oct 11, 2007 2:56 pm
Forum: Developer's Forum for Windows
Topic: No events in VS2005
Replies: 8
Views: 15990

I've resorted to testing the cityfly demo that comes with the SDK. I get exactly the same behaviour with this demo (compiled under VS2005).

There is definately a call to SiGetEvent in the message queue in this demo.
by mbrady
Thu Oct 11, 2007 12:59 am
Forum: Developer's Forum for Windows
Topic: No events in VS2005
Replies: 8
Views: 15990

Aha! Thanks for the tip (I didn't even realise that the 3Dx driver had logging functionality). The log file indicates that the application is indeed connecting with the driver... however, there are a lot of the following messages: 17:54:29.527: s80trans:UdTransSendEvent: Error: Buffer full. Ignoring...
by mbrady
Wed Oct 10, 2007 4:08 am
Forum: Developer's Forum for Windows
Topic: No events in VS2005
Replies: 8
Views: 15990

No events in VS2005

Ok, I'm sure I'm doing something really stupid. I'm trying to get some older code working which uses the old C SDK. I can build and run the samples in VS2005... but they do not respond to any events from the 3DX device. SiGetEvent does not return SI_IS_EVENT. However, if I run the sample app from ou...