Error: GL 1.1 and up are not supported

Hi!

if (GLEW_ok != err){
fprintf(stderr, "Error: %s
", glewGetErrorString(err));
exit(1);
}

there shows some error? such as below

////////////////////////////////////////////////
Error: GL 1.1 and up are not supported

///////////////////////////////////////////////

I think that it should be a problem of the difference of driver version.

If possible, would you give me some propriate files or let me know the available web site.

Many thanks in advance