Is the lib c implemented with pelles C?

Started by tra, October 20, 2014, 09:53:27 PM

Previous topic - Next topic

tra


Is the standard C library that comes with Pelles C, implemented in pelles c?


Bitbeisser

Quote from: tra on October 20, 2014, 09:53:27 PM

Is the standard C library that comes with Pelles C, implemented in pelles c?
Can you rephrase this question in such a way that it actually makes sense?  :-\

Ralf

TimoVJL

May the source be with you

Jim_B

I also wonder if the Microsoft C run-time ( msvcrt.dll) is used as it is with MinGW. That thing is seriously outdated and they have no intention of updating it.

frankie

Quote from: Jim_B on December 15, 2014, 02:19:20 AM
I also wonder if the Microsoft C run-time ( msvcrt.dll) is used as it is with MinGW. That thing is seriously outdated and they have no intention of updating it.
Yes MingW use standard M$ libs and dll's
"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

Bitbeisser

Quote from: Jim_B on December 15, 2014, 02:19:20 AM
I also wonder if the Microsoft C run-time ( msvcrt.dll) is used as it is with MinGW. That thing is seriously outdated and they have no intention of updating it.
Why would they? It's part of an old version of VC++, with newer versions of VC++ having different names for the updated and matching version of this DLL...
http://en.wikipedia.org/wiki/Microsoft_Windows_library_files#MSVCRT.DLL_and_MSVCPP.DLL

Ralf

TimoVJL

And these too:
libmsvcr100.a
libmsvcr100d.a
libmsvcr70.a
libmsvcr70d.a
libmsvcr71.a
libmsvcr71d.a
libmsvcr80.a
libmsvcr80d.a
libmsvcr90.a
libmsvcr90d.a
libmsvcrt.a
libmsvcrtd.a
May the source be with you