How to link under vc++

When i try to link under VC++ 6.0 i get the following message :----------------------------------------------------------------------------

Linking…
main.obj : error LNK2001: unresolved external symbol _SDL_GL_SwapBuffers
Debug/openGl_SDL.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


Could anyone help me please ?

Probably you have to add both the SDL library and its file-path in the
project-settings dialog box.

'tit ol wrote:>

When i try to link under VC++ 6.0 i get the following message :



Linking…
main.obj : error LNK2001: unresolved external symbol _SDL_GL_SwapBuffers
Debug/openGl_SDL.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


Could anyone help me please ?


Gabriel Maldonado

http://web.tiscalinet.it/G-Maldonado