@Hitman
Can you please have a look at
Tegel library (a tilemapping add-on for allegro). Many games use that for now. I tryed to compile it, and it compiles fine (libtegel.a builds fine) and all the Tegel examples compiles fine with that includes/library, but then all they are crashes heavy (many of them with pointing to the allegro.so's get_datafile_property fucntion). Like:
example/exload:
assertion "map != NULL" failed: file "src/tegbasic.c", line 1091
***Command 'exload' returned with unfreed signals C0000000!
example/exanim:
DSI on get_datafile_property fucnmtion from allegro.so.
And so on.
Source ot that library are very small (5 .c files), but dunno where problem can be, and what is wrong..
That library can be nice addon to the upcoming update of os4's version of allegro :)