Quote Originally Posted by fire.tiger
I got it...exactly these lines of code :

GLUTHandle:= LoadLibrary(MS_GLUT);
if (GLUTHandle > 0) then begin
LoadProcs;
Result:= True;
end;

and GlutHandle is zero...so it returns false in output...
but why it can't loadlibrary ??

thanks
most likely it can't find the glut dll...