Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Looking for aes.h tos.h vdi.h

65 views
Skip to first unread message

Wouter Heijke

unread,
Apr 2, 1997, 3:00:00 AM4/2/97
to

I'm porting a great Atari ST program to Windows95 and have no
Atari ST documentation. The source code #include's aes.h, vdi.h
and tos.h, it would be useful to have these and some documentation
on the windowing system.
Who could give me those?

Thanks

Wouter

Wouter Heijke

unread,
Apr 3, 1997, 3:00:00 AM4/3/97
to

I'm porting a great Atari ST program to Windows95 and have no
Atari ST documentation. The source code #include's aes.h, vdi.h
and tos.h, it would be useful to have these and some documentation
on the windowing system and graphics routines.
Who could send me those?

Thanks

Wouter

Olivier Landemarre

unread,
Apr 4, 1997, 3:00:00 AM4/4/97
to whe...@xs4all.nl

Hello

>Thanks
The best I think, is the book "Atari Compendium" elsewhere I don't know
good electronic documentations, try on ftp.cnam.fr/pub/atari.

bye
Olivier


Guy Harrison

unread,
Apr 8, 1997, 3:00:00 AM4/8/97
to

In article <334243...@xs4all.nl>
Wouter Heijke <whe...@xs4all.nl> said:-

>I'm porting a great Atari ST program to Windows95 and have no
>Atari ST documentation. The source code #include's aes.h, vdi.h
>and tos.h, it would be useful to have these and some documentation

>on the windowing system.
>Who could give me those?

Those three headers sound like like they come from the PureC compiler.
They mostly contain function prototypes - the data structures in them
will be of most importance.

aes.h will describe the Application Environment Services which is the
"front end" for Gem.

vdi.h describes the Virtual Device Interface (miscellaneous graphics
drivers - screen, printer etc). This is likely to cause the most
trouble from a documentation point of view.

tos.h describes the low level stuff (gemdos, bios, xbios) and you will
find much of it bears resemblence to some of the services provided by
older msdos versions.

The best source of documentation is probably the Compendium, available
in book form or CD.


__

Guy Harrison

Email g...@swampdog.demon.co.uk
swam...@dial.pipex.com
Web http://www.swampdog.demon.co.uk/index.html

Guido Flohr

unread,
Apr 11, 1997, 3:00:00 AM4/11/97
to

In comp.sys.atari.st Olivier Landemarre <Olivier.l...@utbm.fr> wrote:
> Hello

> >I'm porting a great Atari ST program to Windows95 and have no
> >Atari ST documentation. The source code #include's aes.h, vdi.h
> >and tos.h, it would be useful to have these and some documentation
> >on the windowing system and graphics routines.
> >Who could send me those?

> >Thanks
> The best I think, is the book "Atari Compendium" elsewhere I don't know
> good electronic documentations, try on ftp.cnam.fr/pub/atari.

I think the tos.h comes from TurboC/PureC and is therefore copyrighted.
Try to find any other libc (MiNTLib, Sozobon's libc...) on ftp and get
osbind.h, maybe tos.h. These should hold the defines.

For aes.h and vdi.h I would recommend you get the gemfast-library and take
aesfast.h, gemfast.h, aesbind.h and vdibind.h as replacements. They will
work, at least if you define the TurboC-compatibility macro before
including gemfast.h.

Sorry, this is just for the sources. To understand what the library
functions do you should get one of the popular hypertexts. Have a look on
ftp for subdirectories "info", "hypertext", ... Maybe somebody else can
point you out particular documents, I can't...

Ciao

Guido


0 new messages