Folder BIN
This folder is divided into two part:
debug
. This is the debug version of the project. release
. This is the release version of the project.hypkernel.dll
. Includes all the definition of the Hyperion Pattern classes. easily the Hyperion components. hypregserver.exe
. See HypRegServer section.hypfem.dll
. FEM Server. hypout.dll
. OUT Server.hypdev.exe
. HypDev application. hypvisual.exe
. HypVisual application. default_file.hyp
. Default file used by HypVisual. axe.x
. X file used by HypVisual.doxygen
. Files used to generate the documentation. hyppattern
. HTML documentation of the Hyperion Pattern project.ephydryne
. HTML documentation of the Ephydryne package.
Folder LIB
Static libraries for the linkage of the project. Again, this path is divided in twice:
debug
release
hypguid.lib
. Definition of the GUID of the component used for the Hyperion Project. hypstd.lib
. Compilation of the classes whic defined the standard compounds used to createnewmat.lib
. Compilation of the MatLib.hypcore
. Related to the Hyperion Pattern framework.hypfemserver
. Related to the FEM Server. hypoutserver
. Related to the OUT Server. hypdev
. Related to the client application "HypDev" which uses the Ephydryne package. hypvisual
. Related to the client application "HypVisual" whic uses the Ephydryne package as well.
Folder VISUALC
Workpaces and Project files.
Install
You must define two environments variables called HYP_REG and HYP_CERR.
SET HYP_REG=c:\hyp_registry\ SET HYP_CERR=c:\
|
|