Game Development Community

Redistributables

by Anthony Farmer · in Torque X 2D · 05/30/2008 (10:05 am) · 2 replies

Hi.

What assemblies, etc. do I need to install on a target PC in order for it to run my TorqueX applications?

Or can I just copy my \bin directory there an it'll work?

Thanks,
ALF

#1
05/30/2008 (10:44 am)
You need to copy your game's .exe, the Torque.dll. The target computer also needs to have the XNA assemblies and the .NET Framework installed.

John K.
#2
05/30/2008 (1:13 pm)
FYI, "GarageGames.TorqueX.Framework.dll" gets copied automatically to the \bin\debug directory. That MAY be because of the particular demo I started with, I dunno.

Cheers,
ALF