Game Development Community

Unresolved token

by Uotmiem · in Torque Game Engine · 06/20/2005 (1:30 pm) · 1 replies

I try to build a simple hello world sample code using TNL in Microsoft Visual .Net 2003. However, I get "unresolved token TNL.Object.__dtor". How do I fix this?
Thanks,

About the author

Recent Threads


#1
07/07/2005 (10:48 am)
Hi Uotmiem,

I had the same problem.
Go to your project settings -> linker -> input -> "additional dependencies options" and set "tnld.lib" and "libtomcryptd.lib". (make sure you copy them to your lib directory for vs2003 or to your working directory)
That fixed it for me.

Greetings,
Rob.