<html>
<body>
Louise, and <font face="arial" size=2>Jörn,<br>
</font>  Just to clarify the situation, during the development of
the TRNSYS 16 beta version we used the subroutine names:
SET_STORAGE_SIZE( ), SET_STORAGE_VARS( ), and GET_STORAGE_VARS( ) but by
the time the official release was made, the subroutines were renamed:
SetStorageSize( ), SetStorageVars( ), and GetStorageVars( ). The working
names for those three subroutines might have been printed in some early
documentation but with the release of 16.00.0037 in March 2005, the
08-Programmer's Guide was updated with the correct information.<br>
Kind regards,<br>
 david<br><br>
<br>
At 02:49 PM 10/28/2005, Louise St.Germain wrote:<br>
<blockquote type=cite class=cite cite="">
<font face="arial" size=2 color="#000080">Hi Jörn,<br>
 <br>
I program in Fortran but had the same problem of the subroutines not
recognized.<br>
 <br>
I had to replace <br>
SET_STORAGE_VARS(STORED,NITEMS,INFO)<br>
With:<br>
           
setStorageVars(STORED,NITEMS,INFO)<br>
And it has worked. You might also run into problems with the related
function calls SET_STORAGE_SIZE(…) and GET_STORAGE_VARS(…), which I had
to change to setStorageSize(…) and getStorageVars(…) respectively. I’m
not sure if this is the same problem as you’re having with C++, but it
might be related.<br>
 <br>
Good luck,<br>
 <br>
-Louise<br>
 <br>
 <br>
</font><font face="Times New Roman, Times" color="#000080">Louise
St.Germain<br>
Graduate Research Assistant<br>
Integrated Energy Systems (IESVic)<br>
University of Victoria<br>
lsg@uvic.ca<br>
</font><font face="arial" size=2 color="#000080"> <br>
</font><font face="tahoma" size=2>-----Original Message-----<br>
<b>From:</b> trnsys-users-bounces@engr.wisc.edu
[<a href="mailto:trnsys-users-bounces@engr.wisc.edu" eudora="autourl">
mailto:trnsys-users-bounces@engr.wisc.edu</a>] <b>On Behalf Of </b>Jörn
von Grabe<br>
<b>Sent:</b> October 28, 2005 7:31 AM<br>
<b>To:</b> TRNSYS Newsgroup<br>
<b>Subject:</b> [TRNSYS-users] SET_STORAGE_VARS(STORED,NITEMS,INFO)<br>
</font><font face="Times New Roman, Times"> <br>
</font><font face="arial" size=2>Dear all,<br>
</font><font face="Times New Roman, Times"> <br>
</font><font face="arial" size=2>does anyone know how to store values
between timesteps in a user written type in c++? The template looks like
this<br>
</font><br>
<font face="arial" size=2 color="#008000">
SET_STORAGE_VARS(STORED,NITEMS,INFO)<br>
</font><font face="arial" size=2>but does't work. c++ doesn't recognise
the subroutine.<br>
</font><font face="Times New Roman, Times"> <br>
</font><font face="arial" size=2>I will appreciate any help I can
get,<br>
regards, Jörn<br>
</font><font face="Times New Roman, Times"> <br>
 <br>
<img src="cid:6.2.1.2.0.20051028150806.0240a120@pop.iyonmail.com.1" width=350 height=220 alt="[]">
</font><br>
<font face="Times New Roman, Times"> <br>
</font><br><br>
_______________________________________________<br>
TRNSYS-users mailing list<br>
TRNSYS-users@engr.wisc.edu<br>
<a href="https://www.cae.wisc.edu/mailman/listinfo/trnsys-users" eudora="autourl">
https://www.cae.wisc.edu/mailman/listinfo/trnsys-users</a></blockquote>
<x-sigsep><p></x-sigsep>
****************************************************************************************<br>
Thermal Energy System Specialists (TESS), LLC <br>
David
BRADLEY                          
2916 Marketplace Drive - Suite 104 <br>
Partner                                       
Madison, WI 53719 <br>
Phone: (608) 274-2577 USA <br>
Fax: (608) 278-1475 <br>
E-mail: bradley@tess-inc.com <br>
Web Pages: 
<a href="http://www.tess-inc.com/" eudora="autourl">
http://www.tess-inc.com</a>    
and     
<a href="http://www.trnsys.com/" eudora="autourl">
http://www.trnsys.com<br><br>
</a>"Providing software solutions for today's energy engineering
projects" <br>
****************************************************************************************<br>
</body>
</html>