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.
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"
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
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
4 matches
Mail list logo