Visual Studio Project Configuration

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
malfatti
Posts: 6
Joined: Wed May 08, 2013 6:42 am

Visual Studio Project Configuration

Post by malfatti »

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 compile without problems, but the function SiOpen(..) ever returns NULL.

Can I help me to understand what is the difference, or what I must to configure in my project to avoid this problem?

Thank you.
ngomes
Moderator
Moderator
Posts: 3321
Joined: Mon Nov 27, 2006 7:22 am
Contact:

Re: Visual Studio Project Configuration

Post by ngomes »

Hi malfatti,

Are following the same Si function calling sequence as in the demos? You will need to call SiInitialize() and SiOpenWinInit() before calling SiOpen().
Post Reply