OpenGL support on Windows Server 2008

Hello,

I am trying to render an raster image (either bmp, jpeg, png). It works fine on windows XP and other desktop machines. But the image is not being shown or rendered on windows server 2008 enterprise edition which is installed on Dell Poweredge Rack Server. Is it that OpenGL 2.1 doesn’t supports the dell rack servers? Because I heard the rack servers are not meant for high end graphics usage.

Thanks

GL is implemented at the driver level. If your software requires GL 2.1, then you must query it and the rest is explained here
See FAQ - OpenGL Wiki