Hi
I need help....
I've implemented an image edition application, using OpenGL and FLTK 2.0.
This application works properly under linux and now i need it work under windows.
For this, I use visual C++ 6.0 and I obtain this errors
app.obj : error LNK2001: unresolved external symbol _glColorTable@24
> app.obj : error LNK2001: unresolved external symbol _glGetHistogram@20
> app.obj : error LNK2001: unresolved external symbol _glHistogram@16
> app.obj : error LNK2001: unresolved external symbol _glGetMinmax@20
> app.obj : error LNK2001: unresolved external symbol _glMinmax@12
> app.obj : error LNK2001: unresolved external symbol _glBlendEquation@4
> app.obj : error LNK2001: unresolved external symbol _glSeparableFilter2D@32
> app.obj : error LNK2001: unresolved external symbol _glConvolutionFilter2D@28
> app.obj : error LNK2001: unresolved external symbol _glConvolutionFilter1D@24
> app.obj : error LNK2001: unresolved external symbol _glConvolutionParameterf@12
and thus upto 44 errors.
I have have included opengl32.lib, glu32.lib and glut32.lib libraries.
Thanks



