Search found 2 matches
- Thu Nov 19, 2009 10:27 pm
- Forum: Developer's Forum for Windows
- Topic: SpaceNavigator, MFC 64-bit, UNICODE, VS2008, cant find dev
- Replies: 3
- Views: 9056
Hi jwick, thanks for the reply. Here's the log when I attempt to run the code below: 21:11:32.807: UdCtl: Protocol 30 request to open connection for hwnd 0x0. 21:11:32.807: UdCtl: Open request denied due to bad parameters. 21:11:32.807: Driver Si: Attempt to call UdCtlOpen failed Frappin' frap! It l...
- Wed Nov 18, 2009 9:49 pm
- Forum: Developer's Forum for Windows
- Topic: SpaceNavigator, MFC 64-bit, UNICODE, VS2008, cant find dev
- Replies: 3
- Views: 9056
SpaceNavigator, MFC 64-bit, UNICODE, VS2008, cant find dev
Straight up from the textbook... CFrameWnd::Create(........) { SiOpenData oData; SiInitialize (); SiOpenWinInit (&oData, GetSafeHwnd()); if ((m_DevHdl = SiOpen ("Buddy", SI_ANY_DEVICE, SI_NO_MASK, SI_EVENT, &oData)) == NULL ) { char buf[1000]; sprintf(buf, "no supported 3DxWar...