topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 4:47 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Pelles C 7.00  (Read 3289 times)

Jibz

  • Developer
  • Joined in 2005
  • ***
  • Posts: 1,187
    • View Profile
    • Donate to Member
Pelles C 7.00
« on: July 09, 2012, 04:50 AM »
I just noticed Pelles C 7.00 has been release, with support for C11 among other things:

http://www.smorgasbo.../changes_650_700.htm

KynloStephen66515

  • Animated Giffer in Chief
  • Honorary Member
  • Joined in 2010
  • **
  • Posts: 3,741
    • View Profile
    • Donate to Member
Re: Pelles C 7.00
« Reply #1 on: July 09, 2012, 04:55 AM »
For those who had the same reaction as me ("The hell is Pelles C 7.00"):

Pelles C is a complete development kit for Windows (and Windows Mobile, but this platform is fading away). It contains among other things an optimizing C compiler, a macro assembler, a linker, a resource compiler, a message compiler, a code signing utility, a make utility and an install builder.

It also contains an integrated development environment (IDE) with project management, debugger, profiler, source code editor, and resource editors for dialogs, menus, string tables, accelerator tables, bitmaps, icons, cursors, animated cursors, animation videos (AVI's without sound), versions and XP manifests.

The compiler is originally based on LCC (by Chris Fraser and David Hanson), but since then enhanced with support for C99 and C11, a global optimizer, a new register allocator, a function inliner, intrinsic functions, and many Microsoft C extensions.

The install builder for Windows is originally based on NSIS from Nullsoft.

Features:
Support for 32-bit Windows (X86), 64-bit Windows (X64), and (deprecated) Windows Mobile (ARM).
Support for the C99 and C11 standard.
Support for most SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, and AVX(1) intrinsics (X64 only).
Integrated source code editor with call tips and symbol browsing.
Integrated source-level debugger.
Integrated sampling profiler.
Project management.
Inline assembler for X86 and ARM.
Integrated resource editor.
Integrated bitmap, icon and cursor editor.
Integrated animated cursor and video editor.
Integrated hex-dump editor.
Support for custom controls in the dialog editor.
Support for custom project wizards.
Pelles C is freeware. See terms of use.