Search found 4 matches
- Fri Aug 09, 2013 1:03 pm
- Forum: Developer's Forum for Windows
- Topic: Visual Studio Project Configuration
- Replies: 1
- Views: 6985
Visual Studio Project Configuration
I am developing to SpaceNavigator, but I need some help. I already posted this question on 3DConnexion Forum but nobody aswer me. The question is, if I use the Visual Studio Project that comes with SpaceNavigator SDK, so my software works. But, if I created a new Visual Studio project, my software c...
- Mon Jul 22, 2013 4:39 pm
- Forum: Developer's Forum for Windows
- Topic: SiOpen return NULL
- Replies: 2
- Views: 9012
Re: SiOpen return NULL
Trying to solve this problem I paste the code of my project into that visual studio project that comes with SDK and works! 
So my conclusion is that in my own project exist some missing configuration parameter!
I will to comare both projects to discover what is missing.
regargs.
So my conclusion is that in my own project exist some missing configuration parameter!
I will to comare both projects to discover what is missing.
regargs.
- Mon Jul 22, 2013 8:48 am
- Forum: Developer's Forum for Windows
- Topic: SiOpen return NULL
- Replies: 2
- Views: 9012
Re: SiOpen return NULL
Here is the code that I use to create my Window: void CVRWindow::Show() { WNDCLASSEX windowClass;//Window class DWORD dwExStyle;//Window extended style DWORD dwStyle;//Window style RECT windowRect;//Rect used to store the window dimensions /*Init window rect values*/ windowRect.left = (long) 0; wind...
- Mon Jul 22, 2013 7:57 am
- Forum: Developer's Forum for Windows
- Topic: SiOpen return NULL
- Replies: 2
- Views: 9012
SiOpen return NULL
Hi all! I´am writing you expecting some help because I no have ideia how to solve my problem. I have two codes, the first is the 3DxTest that comes with 3DConnecion SDK. This code works rigth. The problem is, that in my opengl graphics application, that I use the same code that 3DTests, the function...