NO

Author Topic: Is the lib c implemented with pelles C?  (Read 4818 times)

tra

  • Guest
Is the lib c implemented with pelles C?
« on: October 20, 2014, 09:53:27 PM »

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


Offline Bitbeisser

  • Global Moderator
  • Member
  • *****
  • Posts: 772
Re: Is the lib c implemented with pelles C?
« Reply #1 on: October 22, 2014, 02:07:32 AM »

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

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Is the lib c implemented with pelles C?
« Reply #2 on: October 22, 2014, 06:27:36 AM »
Most likely done with PellesC.
May the source be with you

Jim_B

  • Guest
Re: Is the lib c implemented with pelles C?
« Reply #3 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.

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Is the lib c implemented with pelles C?
« Reply #4 on: December 15, 2014, 11:17:54 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

Offline Bitbeisser

  • Global Moderator
  • Member
  • *****
  • Posts: 772
Re: Is the lib c implemented with pelles C?
« Reply #5 on: December 17, 2014, 02:07:40 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

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Is the lib c implemented with pelles C?
« Reply #6 on: December 17, 2014, 07:32:05 AM »
And these too:
Code: [Select]
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