Search found 7 matches

by imnumberone
Tue Jul 09, 2013 1:47 am
Forum: Windows Discussion Forum
Topic: Problem: 3DConnexion doesn't work
Replies: 6
Views: 6682

Re: Problem: 3DConnexion doesn't work

Oh gosh, the stupid error i have met. Can you distinguish 2 blocks of code below? This code is work SiOpenWinInit (&oData, hWnd); if ( (hdl = SiOpen ("app name", SI_ANY_DEVICE, SI_NO_MASK, SI_EVENT, &oData)) == SI_NO_HANDLE); { /* Get and display initialization error */ MessageBox ...
by imnumberone
Mon Jul 08, 2013 9:52 pm
Forum: Windows Discussion Forum
Topic: Problem: 3DConnexion doesn't work
Replies: 6
Views: 6682

Re: Problem: 3DConnexion doesn't work

Here is my sample code, can you show me what is the problem? Because compile and run are OK, but i can not get 3DMouse handle. #include <windows.h> #include <stdio.h> #include "spwmacro.h" /* Common macros used by SpaceWare functions. */ #include "si.h" /* Required for any SpaceW...
by imnumberone
Mon Jul 08, 2013 7:57 pm
Forum: Developer's Forum for Windows
Topic: 3DxWare SDK Version 3
Replies: 30
Views: 55448

Re: 3DxWare SDK Version 3

You need to install VS2008 express edition, because we need some headers and libraries from this version
by imnumberone
Mon Jul 08, 2013 7:19 pm
Forum: Windows Discussion Forum
Topic: Problem: 3DConnexion doesn't work
Replies: 6
Views: 6682

Re: Problem: 3DConnexion doesn't work

VS_VERSION_INFO VERSIONINFO FILEVERSION IDR_3DXTEST_FILEVERSION_NUM PRODUCTVERSION IDR_3DXWINCORE_PRODUCTVERSION_NUM FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "04090...
by imnumberone
Mon Jul 08, 2013 7:14 pm
Forum: Windows Discussion Forum
Topic: Problem: 3DConnexion doesn't work
Replies: 6
Views: 6682

Re: Problem: 3DConnexion doesn't work

I create new profile name mymouse as your instruction and it still doesn't work. I think the different is res/app.rc2 file, don't i?
Image
by imnumberone
Mon Jul 08, 2013 3:06 am
Forum: Windows Discussion Forum
Topic: Problem: 3DConnexion doesn't work
Replies: 6
Views: 6682

Problem: 3DConnexion doesn't work

I tried to open 3DxTest demo solution inside 3DConnexion SDK by Visual Studio 2008 and everything work fine (3D Mouse works) Because i need to implement these code to my own project. So i create a new project Win32 windows application (empty project and then try not empty project). With empty projec...