Advertisement

forgot some libs?

Started by February 03, 2004 05:10 PM
1 comment, last by Marco H 21 years, 1 month ago
Hello During the changing of my project from Visual C++ to Dev-C++ (with MinGW) some problems occured, connected to the .lib files that should be linked... If I want to compile my project I get some errors, for example "[Linker error] undefined reference to `CreateFontA@56''", "[Linker error] undefined reference to `ChoosePixelFormat@8''" or "[Linker error] undefined reference to `SwapBuffers@4''". I compiled with the files opengl32.lib, glaux.lib and glu32.lib linked. Did I just forget one library or what am I doing wrong? Thanks in advance
Try adding the kernal32 and user32 libraries and see if that helps.
Advertisement
Thanks! I''ve added everythin that stood in the parameters of VC++ and added this in Dev-C++ and ist works now, thanks!

This topic is closed to new replies.

Advertisement