Ivy, I would guess that you need to add the file TRNDll.lib to your external DLL project. An "unresolved external" error means that the code was looking for something (usually a function or a subroutine) that it can't find. In this case, the definition of the function "getSimulationStartTime()" and the subroutine "TYPECK" are both contained in the TRNDll.lib file. Kind regards, David baitao444 wrote:
-- *********************************************************************** Thermal Energy System Specialists (TESS), LLC David BRADLEY 22 N. Carroll Street - Suite 370 Partner Madison, WI 53703 USA P: +1.608.274.2577 F: +1.608.278.1475 E-mail: bradley@tess-inc.com Web Pages: http://www.tess-inc.com and http://www.trnsys.com *********************************************************************** |