Hi,

On Tue, 21 Dec 1999, Rink Springer wrote:

> Sure! I've got the whole thing compiling now. Linking, however, gives a
> whole bunch of undefined externals, but most of them are g_realloc() and
> g_free(). I'll continue to fix that!

Well, they're just the normal realloc() and free() (with extra checks for
NULL parameters, but IIRC this is checked for by the surrounding code in
all(?) cases).

BTW- did you give any thoughts to the sound system? DOS does neither
multitasking nor multithreading, so you'll have to wind up handling the
timer interrupt to do either context switches or to handle sound
completely inside the interrupt handler.

llap,
 Christoph

Reply via email to