The MASM Forum

Projects => Poasm => Pelle's C compiler and tools => Topic started by: Vortex on April 10, 2017, 05:32:52 AM

Title: Tiny C run-time startup modules for Pelles C
Post by: Vortex on April 10, 2017, 05:32:52 AM
Tiny C run-time startup modules for 32-bit and 64-bit coding to reduce the size of Pelles C executables.
Title: Re: Tiny C run-time startup modules for Pelles C
Post by: hutch-- on April 15, 2017, 01:34:03 AM
Works fine here Erol. You would need to add a manifest and version control block but the size is great.
Title: Re: Tiny C run-time startup modules for Pelles C
Post by: Vortex on September 18, 2023, 06:51:11 PM
Here is the new version of the tiny C run-time library with some minor improvements.
Title: Re: Tiny C run-time startup modules for Pelles C
Post by: jj2007 on September 18, 2023, 07:50:23 PM
Window.c: warning #2118: Parameter 'hPrevInstance' is not referenced. :eusa_naughty:

Just joking - nice work, Erol :thumbsup:

Title: Re: Tiny C run-time startup modules for Pelles C
Post by: TimoVJL on September 19, 2023, 06:56:44 PM
I have used NoCRT project with Pelles C, like in TLPeview, when i wanted clone to have similar size with pure C.
Title: Re: Tiny C run-time startup modules for Pelles C
Post by: Vortex on September 19, 2023, 07:03:53 PM
Hi Timo,

Sorry maybe I missed this one :

https://github.com/JHRobotics/nocrt

Is it the project you are mentioning in your message?
Title: Re: Tiny C run-time startup modules for Pelles C
Post by: TimoVJL on September 19, 2023, 07:29:53 PM
Not a that project.
Only a couple C files and some essential parts of pocrt.
And for console programs just lib for msvcrt.dll