"Jeffrey Creem" schrieb im Newsbeitrag news:qstF8.29869$sg2.7835878@typhoon.ne.ipsvc.net... > my standard answer on all of thiese (if you are running on windows) is find > a COM/ActiveX binding > and use GNATCOM to build an autobinding. That's not an option. First, I develop on windows but it has to run on Unix too. Second and more important: DTED is an important standard format and I want a quality implementation. If I use a binding I have to live with the implementation. If I would get an Ada implementation where I'm not happy with I can alter it. The DTED-format is not so complicated that this is not acceptable. I just wrote these 3 lines to c.l.a in the hope someone could save me a few days of hacking. J. Schr�er > > This of course only works for Windows and probably GNAT. > > A quick look at http://www.vterrain.org/Packages/ (found via google) > shows a few packages with COM and DTED support. > > > "Joachim Schr�er" wrote in message > news:3CE5295E.8020702@dornier.eads.net... > > Hello, > > > > can anyone give me a pointer to a DTED (digital terrain elevation data), > > implementation (all levels 0 .. 5 if possible) in Ada? I'm looking for > > the data types representing the CD-contents and if possible a read - > > procedure. > > A pure C-implementation is also ok, I could use C2Ada to save hacking in > > the data types. > > > > Thanks > > J. Schr�er > > > >