<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear all,<br>
First: greetings, since I just subscribed to this list.<br>
<br>
I get some difficulties in writing a new type with TRNSYS 16. As I
never used Fortran, I tried the C++ solution. I have no trouble with<br>
<i>#include "TRNSYS.h"</i><br>
even if there are several TRNSYS.h in different subdirectories.<br>
<br>
Default types use some functions like TYPECK or
getSimulationStartTime(). They are declared in TRNSYS.h<br>
When I compile (with Dev-C++ 4.9.9.2), I get messages like<br>
<i>  [Linker error] undefined reference to `_imp__TYPECK' </i><br>
<i>  [Linker error] undefined reference to
`_imp__TRNSYSFUNCTIONS_mp_GETSIMULATIONSTARTTIME' </i><br>
<br>
I assume that the addresses of the functions declared in TRNSYS.h are
not to be found in any .dll or .exe in my "PATH" directories.<br>
<br>
Would anyone have a solution ?<br>
<br>
Have a good day,<br>
Xavier<br>
</body>
</html>