Advertisement

int free() ???

Started by February 09, 2001 01:17 PM
2 comments, last by Thrion 24 years ago
When i try to compile some of NeHe''s tutorials in Dev-C++ it needed the dll. I got it but now it says so: implicit declaration of function ''int free(...)''. Anyone knows why?
It is because mingw does not use the same headers as VC. You have to include stdlib.h
Advertisement
It now works, but when i run the program I get this message:
The EXE file is linked to missong export GLAUX.DLL:auxInitWindowA

Anyone know why this is?
It can not find GLAUX.DLL, see other thread about that.

This topic is closed to new replies.

Advertisement