win32 console app with opengl

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

Moderator: Moderators

Post Reply
nish
Posts: 1
Joined: Tue Mar 20, 2007 12:38 pm

win32 console app with opengl

Post by nish »

Hi,

are there any examples of a win32 console app using opengl? and where do i get the header and lib files for the same.

Thanks
ngomes
Moderator
Moderator
Posts: 3342
Joined: Mon Nov 27, 2006 7:22 am
Contact:

Post by ngomes »

Hi nish,
We do not have a console app sample. If the application that you're developing does not run on a windowed system (and thus cannot use our standard API), then one option that you have is to use the HID manager in Windows to access the data.
Our SDK is COM -based and requires no headers or to statically link to a library. The documentation is available of the SDK Support page.
Nuno Gomes
Post Reply