New Beta 6.10

Just starting out? Need help? Post your questions and find answers here.
MaxArg
New User
New User
Posts: 2
Joined: Tue Jan 23, 2024 12:01 pm

New Beta 6.10

Post by MaxArg »

Hello there, I'm new to the forum

I'm testing 6.10 beta 3. All seems to be ok, but the executable created with v6.10 it's a lot bigger than the executable created with v6.04
Around 140kb (6.10 beta 3) - Around 9kb (6.04)

Any hint?

Thank you,
Massimiliano
dige
Addict
Addict
Posts: 1417
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: New Beta 6.10

Post by dige »

Maybe because of some improvements, new and updated libraries? Just a guess...
"Daddy, I'll run faster, then it is not so far..."
User_Russian
Addict
Addict
Posts: 1593
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: New Beta 6.10

Post by User_Russian »

Quin
Addict
Addict
Posts: 1136
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: New Beta 6.10

Post by Quin »

6.10 dropped Windows XP support, and stopped linking against the very old and unsupported MSVCRT.lib, opting instead to compile with Visual Studio 2022. This means many more modern C/C++ features and libraries (like webview), but slightly bigger executables.
User avatar
IceSoft
Addict
Addict
Posts: 1698
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: New Beta 6.10

Post by IceSoft »

MaxArg wrote: Tue Jan 23, 2024 12:09 pm I'm testing 6.10 beta 3. All seems to be ok, but the executable created with v6.10 it's a lot bigger than the executable created with v6.04
Around 140kb (6.10 beta 3) - Around 9kb (6.04)
Is this so much more? Which is your target system which having a problem with this "big" growing executable?
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
MaxArg
New User
New User
Posts: 2
Joined: Tue Jan 23, 2024 12:01 pm

Re: New Beta 6.10

Post by MaxArg »

Thank you all! :-)
My executable with PB (console) is - as a bin resource - inside another executable (dll) very small (150kb), so it's why I asked this.
My question now is: i need vs2022 redistributables to work with? Reading the blog not ....
Quin
Addict
Addict
Posts: 1136
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: New Beta 6.10

Post by Quin »

MaxArg wrote: Tue Jan 23, 2024 5:56 pm My question now is: i need vs2022 redistributables to work with? Reading the blog not ....
Nope, you shouldn't. I think there is still one weird edgecase with the linker, or at least there was in beta 2, but not in the official release.
Post Reply