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