Game Development Community

A little issue

by William Liu · in Torque Game Builder · 02/27/2006 (2:58 am) · 1 replies

I founded a DLL file about communicate message over network ,how call function of the DLL file in T2D egine?, would you help me, thanks a lot!!!

#1
03/03/2006 (12:12 am)
Assuming it's a Windows DLL, you'll obviously be removing cross-platform compatibility by add it.

Nevertheless, if you want to load a DLL, simply use the standard Windows LoadLibrary() call.

- Melv.