I have created def files of all UCRT api sets plus some others. I have tested 
it by linking this hello wold code.

gcc hello.c -lstdio

#include <stdio.h>

main(){
        puts(“hello”);
}

It works but several function are missing like malloc. We need malloc. I 
recommend malloc. Another thing is the several libraries for ucrt. They have 
several *.a files. Lets see if its possible to merge several libraries in one 
library

From,
Marc Boocha
Sent from Mail for Windows 10

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to