Re: opengl-1.1.0-10 glut32 linking problems

2009-02-06 Thread André Bleau
Hi Reini, In January, you wrote about some problems linking with opengl-1.1.0-10's glut32.a . I answered on January 29th, asking for some extra info and offering some advice. Could you please tell us if the problem is now solved? This might help other users if they run into a similar problem.

Re: opengl-1.1.0-10 glut32 linking problems

2009-01-29 Thread André Bleau
Hi Reini, Reini Urban wrote: > The importlib /usr/lib/w32api/libglut32.a has some problems. Linking > to the dll directly works fine. > > $ cat test.c > #include > #include > #include > int main(int argc, char *argv[]) > { > if(glutInit == NULL) { > printf("glutInit is NULL\n"

Re: opengl-1.1.0-10 glut32 linking problems

2009-01-28 Thread Reini Urban
2009/1/28 Reini Urban: > The importlib /usr/lib/w32api/libglut32.a has some problems. Linking > to the dll directly works fine. > > $ cat test.c > #include > #include > #include > int main(int argc, char *argv[]) > { >if(glutInit == NULL) { >printf("glutInit is NULL\n"); >ret

opengl-1.1.0-10 glut32 linking problems

2009-01-28 Thread Reini Urban
The importlib /usr/lib/w32api/libglut32.a has some problems. Linking to the dll directly works fine. $ cat test.c #include #include #include int main(int argc, char *argv[]) { if(glutInit == NULL) { printf("glutInit is NULL\n"); return EXIT_FAILURE; } printf("GLUT %d