when I try to build a windows application without CRT(Ignore Standard places Set), "Unresolved external symbol '__chkstk'" error will pop up.When I add a dummy __chkstk,error #3119: [asm] Redefinition of symbol '__chkstk'. will show up.any option to avoid that error?I am new to Pelles C.
https://forum.pellesc.de/index.php?topic=7264.0 (https://forum.pellesc.de/index.php?topic=7264.0)
Compiler still needs support routines for bigger variables, SEH ...
Raymond Chen at Microsoft recently blogged about this (in multiple posts).
I think it starts here: https://devblogs.microsoft.com/oldnewthing/20260311-00/?p=112134