Attention!
This project is highly unmaintained and is kept for historical reasons. Most operations provided by this library are covered by the free software "Proj4". However it can be still useful for some transforms between old Greek system - Hatt and modern reference systems.
- Some technical reference written in Greek can be found here.
- Download win32 binaries
- Some excel file that takes advantage of the DLL and another one with Hatt transforms. Autonomous software for transforms, requires the DLL.
Note
According to users, in order win32 binary to work with newer
(64bit?) versions of Microsoft Excel, dll should be placed in:
C:\Program Files (x86)\Microsoft Office\Office12
. This
is untested by me.
Stefanos Kozanis, 2015-09-14
Copyright 2006, Stefanos Kozanis
Library is distributed as a Public Domain software with no terms.
C code compiles under Microsoft Visual C++ 6. I suppose that it compiles under any C compiler with few modifications on the code. A Makefile is included, I have tested it on a Linux system with gcc.
To run it locally in Linux, after make, use:
LD_LIBRARY_PATH=$PWD ./test
Stefanos Kozanis October, 3 2006