Game Development Community

Cannot find tomcrypt.h??

by Jason Chi · in Torque Game Engine · 05/03/2005 (5:34 am) · 2 replies

Hi,

I just updated to HEAD version through CVS (from 1.4) on May 3rd. When I tried to build the solution in Release mode, it shows that tomcrypt.h is missing. It worked with no problems in Debug mode. What properties of Release mode should I change or add to fix this problem?

Thanks for your help.

#1
05/03/2005 (7:21 am)
Found where the problem is.

Modify the following properties of Release mode.

libtomcrypt -> Properties -> C/C++ -> General -> Additional Include Directories
Change to headers

tnl -> Properties -> C/C++ -> General -> Additional Include Directories
Change ../libtomcrypt to ../libtomcrypt/headers

Can any of the GG employee modify those and comment them please?

Thanks,
Jason
#2
05/03/2005 (2:18 pm)
Will do soon.