[comp.sys.ibm.pc] Anyone attempted to write TSR that performed file I/O ?

gbm@gbmatl.UUCP (gary mckenney) (03/31/89)

I am currently working on an TSR project that is nearly finished but I have
had some problems with doing file I/O.  It appears if one uses the microsoft
5.1 C compilers file I/O then operations such as fread and fwrite will allocate
memory in TSR but it will not deallocate the memory.  Even if you close the 
files exit out of the TSR.

Does anyone know a way around this ?  I have one approach but I am reserving
it until I hear other comments.

By the way, Microsoft is no help with TSR support.

GBM