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
New Beta 6.10
Re: New Beta 6.10
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

- Posts: 1593
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: New Beta 6.10
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.
Re: New Beta 6.10
Is this so much more? Which is your target system which having a problem with this "big" growing executable?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)
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Re: New Beta 6.10
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 ....
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 ....
Re: New Beta 6.10
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.MaxArg wrote: Tue Jan 23, 2024 5:56 pm My question now is: i need vs2022 redistributables to work with? Reading the blog not ....
