ReCompiling in DevC++

Started by
1 comment, last by GamerSg 20 years, 7 months ago
Since MS VS.NET does not have a profiler, i decided to recompile my code in DevC++. However it seems to produce an error which i have no idea of what it means. It is likely to be some setting or small problem since it compiles on VS.NET. E:\Documents and Settings\Luv\Desktop\FYP\Makefile.win [Build Error] [ObjectLoad.o] Error 1 If anyone knows what it means, please tell me. Also i would like to know how i can get some of the OpenGL header files and library files for DevC++. For example, DevC++ doesnt seem to have a glaux.h header file but seems to have a libglaux.a . Can i just use the glaux.h header file from VS.Net or do i have to download it from somewhere.
Advertisement
I think the glaux header file is in the opengl development package via vUpdate. Also, for your error, did you include all necessary library files?
Where do i access this vUpdate and what is the opengl development package.

Im sorry but i am not familiar with DevC++ at all.

This topic is closed to new replies.

Advertisement