int free() ???
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?
February 09, 2001 04:23 PM
It is because mingw does not use the same headers as VC. You have to include stdlib.h
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement