Hello,
Here is a new version of my tiny C run-time library coded with Poasm. The purpose of this library is to create small Pelles C executables. Two samples are included, one for console applications and the other one for GUI applications.
Wow - Thanks. I grabbed both and will see what I can do. Good to have something to remove the unneeded to get smaller programs.
John Z
Hi John,
You are welcome. Note that my tiny library does not initialize any memory management system. You will have to use the functions exported by msvcrt.dll to create small executables.