File: README

package info (click to toggle)
adlibtracker2 2.4.24-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,848 kB
  • sloc: pascal: 70,856; makefile: 31; sh: 3
file content (24 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SDL4Freepascal-1.2.0.0

These are Freepascal units for using the SDL (Simple Directmedia Layer) 
library. They were made with H2PAS from the SDL-1.0.0 headers and adapted a
little, then upgraded by hand to SDL 1.2.

The version number is a.b.c.d where a.b.c is the version of the SDL headers,
and d is a release number for this library.

I haven't almost tested them, please, if (when) you find any bugs, email me to
dmoisset@grulic.org.ar

If you write some simple demos (in Pascal) that would be useful as examples,
please, send them so I can include them in the package. Everything I will
put here must be GPL or LGPL. There are some simple demos here, that are
useful as a "mini-tutorial" too.

This should(could) compile with Delphi, or other Pascal compilers similar to
FreePascal, or by FreePascal in other platforms. If you make it work in
another compiler/platform, please tell me; portability would be a nice thing
to this lib. I've compiled and run it and the demos on FreePascal for 
windows, but haven't done more testing than that.

Daniel F Moisset - dmoisset@grulic.org.ar