|
X Steam Tables for
FreeBassic
New!
2007-02-20: Error in v2.6 corrected that caused Thermal conductivity
values from the DLL file to show only integers corrected. New version
2.6b avalible for download.
IF97 Steam and water
properties as freebasic Code. The freebasic
code has been used for generating the XSteam.dll.
For information
about XSteam se the
XSteam Information.
Download the source code from the download XSteam download
page.
The XSteam .dll are a _STDCALL dynamic
link libary for use in windows.
FreeBasic is a open source
compiler for Basic. You can compile the code your self if you for
example want _CDecl type of dll or US units.
Free basic:
www.freebasic.net
I use the FBIde user interface:
fbide.freebasic.net
To compile a Dynamic Link Libary (.dll)
the -DLL has to be used during compilation. In FBIde that is simply
added in Settings:FreeBasic under compiler command:
"<$fbc>" -DLL "<$file>"'

|