Release Candidate for version 13.00 is now available

Started by Pelle, April 02, 2025, 02:27:50 PM

Previous topic - Next topic

TimoVJL

#1
Thanks
What features we should to test first ?

What a happy day :)

C:\code\PellesC13b\Include\Win\winbase.h(23): fatal error #1035: Can't find #include file <fileapifromapp.h>.
May the source be with you

Vortex

Hi Pelle,

I share the happiness of Timo. Many thanks for the release candidate. I will test it.
Code it... That's all...

John Z

OMG - Welcome back!
Sequestered to make the new version - We were all concerned.

Thanks for #13 will test shortly

John Z

MrBcx

Hi Pelle!

Very happy to learn that you're alive and (presumably) well and still interested in this project that you started 20+ years ago.
Our cohort grows smaller each year but our friends have come to rely on us being there for them.

I will test v13-RC1 and report my findings.

Bcx Basic to C/C++ Translator
https://www.bcxbasiccoders.com

MrBcx

Quote from: TimoVJL on April 02, 2025, 02:34:55 PMThanks
What features we should to test first ?

What a happy day :)

C:\code\PellesC13b\Include\Win\winbase.h(23): fatal error #1035: Can't find #include file <fileapifromapp.h>.


Confirmed:

C:\PellesC\Include\Win\winbase.h(23): fatal error #1035: Can't find #include file <fileapifromapp.h>.


Bcx Basic to C/C++ Translator
https://www.bcxbasiccoders.com

Quin

Woot, great news! I, as well as many others, were wondering what had happened to you and if we'd ever see a new version, I'm so glad it's here! Testing now.
Thanks, Pelle!

Cbeginner

Happy Times  ;D

Glad to hear from you Pelle and that V13 candidate is here.
I will download and start testing
Learning C little by little

Marco

Hi Pelle!

I share the happiness of other users. Very good to hear from you again!

Thank you for this new version. I will be testing it soon.

Marco

Pelle

Quote from: TimoVJL on April 02, 2025, 02:34:55 PMThanks
Thank you.

Quote from: TimoVJL on April 02, 2025, 02:34:55 PMWhat features we should to test first ?
Well... apparently the Windows API include files! They are all new...
Otherwise I don't really know. Rebuilding all tools with the most recent tools tend to reveal all major/obvious bugs. It's the lesser used features that needs testing, I guess...
/Pelle

Pelle

Quote from: MrBcx on April 02, 2025, 04:26:01 PMVery happy to learn that you're alive and (presumably) well and still interested in this project that you started 20+ years ago.
Our cohort grows smaller each year but our friends have come to rely on us being there for them.
Cool, thanks.
My interest has certainly gone down a bit in recent years. I wanted to finish the C23 version, since I hate leaving projects unfinished, but it's hard to be interested in "C2Y" (the next C standard). We don't even have much of "Wintel" anymore, so I'm not sure where to focus now...
/Pelle

Pelle

Quote from: MrBcx on April 02, 2025, 04:37:01 PMConfirmed:
C:\PellesC\Include\Win\winbase.h(23): fatal error #1035: Can't find #include file <fileapifromapp.h>.
"...so you wanted <fileapifromapp.h> to be included in the Setup? Why didn't you say so...?"

Now in Release Candidate #2 (from the same place) ...
/Pelle

MrBcx

Quote from: Pelle on April 02, 2025, 08:46:09 PM
Quote from: MrBcx on April 02, 2025, 04:37:01 PMConfirmed:
C:\PellesC\Include\Win\winbase.h(23): fatal error #1035: Can't find #include file <fileapifromapp.h>.
"...so you wanted <fileapifromapp.h> to be included in the Setup? Why didn't you say so...?"

Now in Release Candidate #2 (from the same place) ...


That's more like it! 

I completed test building hundreds of apps, large and small, CLI, Desktop, and DLL and have encountered zero issues.

Thanks Pelle!

Bcx Basic to C/C++ Translator
https://www.bcxbasiccoders.com

Pelle

Quote from: MrBcx on April 02, 2025, 10:02:01 PMThat's more like it! 
I completed test building hundreds of apps, large and small, CLI, Desktop, and DLL and have encountered zero issues.
Thanks Pelle!
Great, Thanks!  :)
/Pelle

TimoVJL

#14
poasm 13
with INVOKE

error: Invalid use of 'MessageBox'.
MessageBoxA PROTO :QWORD,:QWORD,:QWORD,:DWORD
MessageBox EQU MessageBoxA
something have changed ?

error: Invalid address specification.
MessageBoxA PROTO :QWORD,:QWORD,:QWORD,:DWORD
MessageBox EQU <MessageBoxA>
May the source be with you