Advertisement

Windows 2000 problems

Started by November 25, 2002 07:53 PM
0 comments, last by AndreiP 22 years, 3 months ago
I have recently installed windows 2000 and have now found that my compiler (dev-cpp, using MinGW) refuses to compile the tutorials from this site...it gives the following errors: [Linker error] undefined reference to `ChoosePixelFormat@8'' [Linker error] undefined reference to `SetPixelFormat@12'' [Linker error] undefined reference to `SwapBuffers@4'' does anyone have any idea how to fix this?
You didn''t link the required .lib file!

This topic is closed to new replies.

Advertisement