News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Pelles C version 12.00 Release Candidate

Started by Vortex, March 25, 2023, 08:48:21 PM

Previous topic - Next topic

Vortex

#1
Announced by Pelle :

Pelles C version 12.00 (Release Candidate #2) is now available for download:
http://www.smorgasbordet.com/pellesc/download.htm

QuoteChanges for RC2:
Removed declaration of __unreachable() from <intrin.h>
Updated help file (typos, bad links, some text)
Fixed C runtime problem with "%2lc" counting bytes, rather than characters, for a multibyte UTF-8 character.
Fixed compiler problem with nested bit-field expressions.
Fixed IDE problem with visible size not being updated when changing bitmap size through one of the drag handles.
Fixed problem with missing BOM when saving modified text resource (HTML/MANIFEST/RCDATA).

jj2007

Quote from: Vortex on May 02, 2023, 05:53:06 AM
Fixed C runtime problem with "%2lc" counting bytes, rather than characters, for a multibyte UTF-8 character.

Interesting that the compiler deals with that; I always thought printf() & friends were offered by the OS.

Vortex

#3
Hi Jochen,

You are right, printf and the variants are exported by msvcrt.dll but Pelle's C run-time library is providing the same functions. Same with MinGW.

http://masm32.com/board/index.php?topic=77.0

morgot

Hello, Vortex
have you tested this version? Will it work with the SDK (unofficial, I don't remember the author)?




Sorry for the bad English

Vortex

#5
Hi morgot,

I newly started to test the new release. The members of Pelles forum are sending their reports. Pelle is doing a very nice job.

I guess this is what you are looking for :

An update to date SDK for PellesC compiler suite :

https://github.com/Frankie-PellesC/fSDK

This package needs to be tested with Pelles C version 12.0, thanks for your suggestion.



Vortex

#6
Announced by Pelle :

Version 12.00 is now released.

http://www.smorgasbordet.com/pellesc/download.htm

QuoteChanges from Release Candidate #2:

Fixed POASM problem with null terminator being included in internal length of string literal and literal text (failing concatenate operations).
Fixed POMC problem with cryptic error message for unexpected end of file.
Fixed POFMT problem with '%' changed to '%%', and '%=' changed to '%%='.
Minor documentation update (POASM @CatStr() macro vs directive).

jj2007


greenozon

#8
Quote from: Vortex on May 20, 2023, 12:17:20 AMAnnounced by Pelle :

Version 12.00 is now released.

http://www.smorgasbordet.com/pellesc/download.htm

QuoteChanges from Release Candidate #2:

Fixed POASM problem with null terminator being included in internal length of string literal and literal text (failing concatenate operations).
Fixed POMC problem with cryptic error message for unexpected end of file.
Fixed POFMT problem with '%' changed to '%%', and '%=' changed to '%%='.
Minor documentation update (POASM @CatStr() macro vs directive).



link ->  https://prnt.sc/H-7zENrBrbt1

Vortex

#9
Hi greenozon,

No any issues expect the certificate warning :

https://www.smorgasbordet.com/pellesc/download.htm

TimoVJL

Perhaps using this link works normally:
http://www.smorgasbordet.com/pellesc/download.htm
May the source be with you

zedd151

#11
Quote from: TimoVJL on March 23, 2025, 11:16:59 PMPerhaps using this link works normally:
http://www.smorgasbordet.com/pellesc/download.htm

Yes with "http" the page loads fine, with "https" you will get the "certificate error" message, since the site apparently does not actually reside at a "https" URL or have the security certificate for it.
Tested on iPad and Safari browser, btw.

I fixed the link within the quote, Timo.  :smiley:

Read this, regarding posting URL's  here on the forum to make them 'clickable' : https://masm32.com/board/index.php?topic=11407.msg124944#msg124944
Stewart (stoo23) will greatly appreciate it.  :wink2:

I would like to take this opportunity to mention....
He alone, is the person that must manually correct URLs that are not properly "clickable"... and there have been dozens if not hundreds posted that way, since the News Item "NB: Posting URL's"  has been posted.

It seems several forum members have never bothered to read it, (or have read it but disregard it?) Mostly long time members, btw... not only yourself. I am not trying to single out any members in particular.

This goes for anyone else reading this, that posts URLs that are not "clickable".

Personally, I manually use bbcode tags for posting URLs, even on my iPad. Others prefer using the button for posting URLs ( in the post editor window).
¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—

NoCforMe

Quote from: zedd151 on March 24, 2025, 12:46:43 AMPersonally, I manually use bbcode tags for posting URLs, even on my iPad. Others prefer using the button for posting URLs ( in the post editor window).

The Insert a link button You cannot view this attachment. in the Post reply pane is so much easier to use: just click it, paste the link address in the URL field, click INSERT and Bob's your uncle.

No need to remember the BB link code syntax.
Assembly language programming should be fun. That's why I do it.

zedd151

Quote from: NoCforMe on March 24, 2025, 11:31:15 AM
Quote from: zedd151 on March 24, 2025, 12:46:43 AMPersonally, I manually use bbcode tags for posting URLs, even on my iPad. Others prefer using the button for posting URLs ( in the post editor window).
No need to remember the BB link code syntax.
For me, that comes from old habits. On some forums that I used to frequent, they did not have any button for URL links. If you needed to add a title for instance, you had to do it manually back then. Kinda like muscle memory I guess, it just comes natural to me now.   :biggrin:
¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—