importing 3ds files ???

who can tell me, how import meshes from
3d studio max into my c++ source code
(using visual studio), or better where
can i find examples ?

thanx for help !

Do a search on this board for 3DExploration. Pull that down and open your 3DSMax mesh with it. Save it as OpenGL C code and call it using glCallList(dlID).

Glossifah