Page 1 of 3
3.89B1 creates bigger executeables !!!!!!
Posted: Mon Mar 22, 2004 4:28 pm
by Psychophanta
Posted: Mon Mar 22, 2004 4:49 pm
by Fred
Probably due to the inline window resize procedure and a bit from the dynamic object managment. Try only with a different lib than the 'window' libs to be sure..
Posted: Mon Mar 22, 2004 5:58 pm
by Psychophanta
Do you mean ResizeGadget() for example?
Mmmmhh... OK, if it's only that... Anyway, i'll test...
lets not be scared 8O

Posted: Mon Mar 22, 2004 6:01 pm
by Fred
No, the resize window handler is now changed to allow to use the #PB_Event_WindowResize constant in the main loop, without have to setup a callback. And this handler is a bit big (3 kb), but I think it worth it. So yes, the Window lib has grown of 3 kb.
Posted: Mon Mar 22, 2004 8:45 pm
by ricardo
Fred wrote:No, the resize window handler is now changed to allow to use the #PB_Event_WindowResize constant in the main loop, without have to setup a callback. And this handler is a bit big (3 kb), but I think it worth it. So yes, the Window lib has grown of 3 kb.
Hi Fred!
Can't be into a separated lib the resize stuff?
Posted: Mon Mar 22, 2004 8:51 pm
by Kale
Can't be into a separated lib the resize stuff?
Even though its only 3k?
Posted: Mon Mar 22, 2004 9:26 pm
by freak
lol
The window lib has grown exactly 3584 bytes by this. What are 3584 bytes in a GUI application??
I think you guys really should stop being so fanatic about the sizes, and think a little more realistic.
Timo
Posted: Mon Mar 22, 2004 9:54 pm
by Psychophanta
I think you guys really should stop being so fanatic about the sizes, and think a little more realistic.
...yeah, ok, but the danger begins here; i mean that could be added 4k more for Sprite lib, 2k more for requester lib ... and so on ...

Posted: Mon Mar 22, 2004 11:08 pm
by dagcrack
IMO I preffer smaller exes, better.
Posted: Mon Mar 22, 2004 11:24 pm
by ricardo
freak wrote:lol
The window lib has grown exactly 3584 bytes by this. What are 3584 bytes in a GUI application??
I think you guys really should stop being so fanatic about the sizes, and think a little more realistic.
Timo
3 k on THIS lib, and tomorrow another 4 k in other... I just suggest that some libs could be splited to keep small size, don't see why is fanatism!
The principle to just compile what is needed is good i think!
Posted: Mon Mar 22, 2004 11:42 pm
by techjunkie
ricardo wrote:The principle to just compile what is needed is good i think!
I agree - the things you don't use shouldn't be included... Why should it?
Posted: Tue Mar 23, 2004 12:59 am
by Kale
I agree - the things you don't use shouldn't be included... Why should it?
I agree too, but i think we can let Fred get away with 3k this time!

Posted: Tue Mar 23, 2004 2:59 am
by Dare2
Fred is good, but he would have to be miraculous to improve PB without adding something, somewhere.
PB could produce much bigger exe sizes and still be small compared to most. Often the resources we use are bigger than the exe that uses them.
I vote more enhancements and improvements, even if it costs a
whole extra 10KB!
* passes out the smelling salts *
Posted: Tue Mar 23, 2004 3:49 am
by Dreglor
i agree with dare here,
if it adds good things then who cares what it adds to the executes
size doesn't all matter to computers these days when it comes to bytes and kilobytes it not like everyone is on 486's with 5meg of harddrive space
Posted: Tue Mar 23, 2004 3:54 am
by ricardo
Kale wrote:I agree - the things you don't use shouldn't be included... Why should it?
I agree too, but i think we can let Fred get away with 3k this time!

Yes, we are only giving our humilde opinion
Fred finally decide!