PDA

View Full Version : installation problem


ruby.shamir
September 13th, 2005, 06:09 PM
Hi all,

I try to install ARToolkit, I followed the readme file to install the toolkit on VS .NET 2003.

After all i get link errors with OpenGL (imp?) like:

"simpleTest.obj : error LNK2019: unresolved external symbol __imp__glTranslatef@12 referenced in function _draw"

does anyone met this problem?

thanks

Ruby

Florent
September 13th, 2005, 07:36 PM
you're probably not linking against OpenGL.
You should tell your linker to link against opengl32.lib in Projects->Options->Linker.