Source Codes with SpaceNavigator

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

Moderator: Moderators

Locked
Seabra
Posts: 13
Joined: Thu Feb 28, 2008 10:32 am

Source Codes with SpaceNavigator

Post by Seabra »

Hello,

I would like to get the source code example "Puzzle Demo" of 3DxWare (Space Navigator), because I have to develop a similar application. Someone could help me by providing the source code example?

Is there a repository where I can get more of source codes examples with Space Navigator?

Thanks,

Seabra.
jwick
Moderator
Moderator
Posts: 3341
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

I've added it to the examples ftp site:

ftp:/ *** ***
login: ***
password: ***

You will have to install the old 3DxWare C/C++ SDK from the 3dx download page (your device->archives) and you may have to adjust the include and library paths of the project.

Have fun!


Moderator Edit: the sample code is no longer available from the FTP service. Please contact 3Dconnexion API Support if you need further assistance.
Seabra
Posts: 13
Joined: Thu Feb 28, 2008 10:32 am

Post by Seabra »

Hi Jwick!

Thank you very much for your attention!

Seabra.
Seabra
Posts: 13
Joined: Thu Feb 28, 2008 10:32 am

Post by Seabra »

Hi Jwick,

Where is the link of old 3DxWare C/C++ SDK??? I have 3DxSoftware_PE 3.5.6...

What do I do?

Thanks,

Seabra.
jwick
Moderator
Moderator
Posts: 3341
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

www.3dconnexion.com->Support->Driver Downloads->SpaceTraveler->Archive->3DxWare SDK
Seabra
Posts: 13
Joined: Thu Feb 28, 2008 10:32 am

Post by Seabra »

I already installed the 3DxWare SDK for Space Navigator PE, however, when trying to open the files puzzle.sln or puzzle.vcproj show following error message:

"The following error has occurred during XML parsing:

File: C:\SpaceNavigator\Examples\Puzzle\puzzle.vcproj
Line: 25
Column: 4
Error Message:
Property sheet file '..\..\3DxWareGeneral.vsprops' was not found or failed to load.
The file 'C:\Doutorado\SpaceNavigator\Exemplos\Puzzle\puzzle.vcproj' has failed to load."

What do I do?

Thanks,

Seabra.
jwick
Moderator
Moderator
Posts: 3341
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

Delete those from the project (we don't export them), or best, just create a new project and add the files to it.
Seabra
Posts: 13
Joined: Thu Feb 28, 2008 10:32 am

Post by Seabra »

The last line of file "puzzle.c" requests the library "stdafx.h"...
jwick
Moderator
Moderator
Posts: 3341
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

This is enough silliness. I'm removing the puzzle source code from our ftp site. External building of it is not supported.
Locked