Game Development Community

Question About Torque

by James Urquhart · in Torque Game Engine · 06/22/2002 (4:15 am) · 2 replies

What is the difference between the
"Torque Demo Files"
and the
"Torque Lib Files"
projects in vc++?

They both seem to have the same, or very similar files.

Can anyone explain the LIB's purpose?

#1
06/22/2002 (4:51 am)
In the workspace, you'll notice that there are other tool projects. They use the engine lib.

The demo has the engine and the gamecode. It doesn't use the lib.
#2
06/22/2002 (4:54 am)
Thanks =)