Search found 2 matches

by akeller
Tue Sep 02, 2008 12:20 am
Forum: Developer's Forum for Windows
Topic: Simple Device Support as under Mac OS X ???
Replies: 1
Views: 6669

Simple Device Support as under Mac OS X ???

Hi, we are now fiddling around with the Windows stuff for days, and actually we found no simple way to get a simple OpenGL/GLUT application running with the SpaceMouse devices. Under Mac OS X it is some lines and everything works just fine. Under windows all I see is "COM", some complicate...
by akeller
Wed Aug 20, 2008 1:04 am
Forum: Developer's Forum for macOS
Topic: GLUT ?
Replies: 1
Views: 35525

GLUT ?

I like to use the GLUT/OpenGL framework with my SpaceMouse. I followed the PDF instruction of the development kit, everything compiles fine, but no single call to the MyMessageHandler... #ifdef WIN32 INT WINAPI WinMain(HINSTANCE hInst,HINSTANCE hPrevInst, LPSTR lpCmdLine,INT nCmdShow) { glutInit(&am...