Search results

  1. T

    complier differences

    forgot to say thanks before hitting reply. cheers timmcd
  2. T

    complier differences

    otool did the job, c++ links to the system library (see below), simply including it within my project made it all ok. /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 55.1.0)
  3. T

    complier differences

    does anyone know which librarys are linked when compiling using 'c++' as opposed to 'cc'. My project works with one but not the other, argh. cheers timmcd
  4. T

    porting 3d modeling library

    Sorry the crocodiles ate the following text. iostream.h, stdio.h, stdlib.h, OpenGL/gl.h, OpenGL/glu.h, GLUT/glut.h, strstream.h tim
  5. T

    porting 3d modeling library

    Cheers for the reply, sorry i didn't get back sooner busy at work. If only it was that easy. The code is all C++ so "NSAutoreleasepool * pool ...." type commands shouldn't be needed (i did try them though), If you look at the /Developer/Examples/GLUTExamples/ you'll see that GLUT provides...
  6. T

    porting 3d modeling library

    I'm trying to port an open source 3d library which provides all the key modeling features needed for a basic cad system to OS X. The library in question is SvLis a Set-theoretic Kernel Geometric Modeler (http://www.bath.ac.uk/~ensab/G_mod/Svlis/svlis.html). After some fiddling with the make...
Back
Top