News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Tiny C run-time startup modules for Pelles C

Started by Vortex, April 10, 2017, 05:32:52 AM

Previous topic - Next topic

Vortex

Tiny C run-time startup modules for 32-bit and 64-bit coding to reduce the size of Pelles C executables.

hutch--

Works fine here Erol. You would need to add a manifest and version control block but the size is great.

Vortex

Here is the new version of the tiny C run-time library with some minor improvements.

jj2007

Window.c: warning #2118: Parameter 'hPrevInstance' is not referenced. :eusa_naughty:

Just joking - nice work, Erol :thumbsup:


TimoVJL

I have used NoCRT project with Pelles C, like in TLPeview, when i wanted clone to have similar size with pure C.
May the source be with you

Vortex

Hi Timo,

Sorry maybe I missed this one :

https://github.com/JHRobotics/nocrt

Is it the project you are mentioning in your message?

TimoVJL

Not a that project.
Only a couple C files and some essential parts of pocrt.
And for console programs just lib for msvcrt.dll
May the source be with you