• Welcome to Powerbasic Museum 2020-B.
 

News:

Forum in repository mode. No new members allowed.

Main Menu

Increases Of Size In The PB Compiler Since Version 6

Started by Frederick J. Harris, January 18, 2013, 07:26:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Frederick J. Harris

Got to looking at the sizes of the various PB compilers starting with V6 (PBDll.exe) and how they've grown.  Perhaps some might find my little table interesting.  In between each compiler I added the increase in size between versions ...


PowerBASIC Dll Version 6  PBDll.exe    7/2/1999    197 K     No built in COM or explicit OOP support.

                                                 +  62 K

PowerBASIC Windows 7      PBWin.exe    5/1/2004    259 K     Minimal COM support; Access Servers But Can't Create Them.  No OOP.

                                                 + 145 K

PowerBASIC Windows 8      PBWin.exe   10/1/2007    404 K     Not much better COM support.  Still Can't Create COM Servers.  No OOP.

                                                 + 176 K

PowerBASIC Windows 9      PBWin.exe    3/1/2010    580 K     Good COM and OOP support, i.e., create COM servers, VTable access, events

                                                 + 260 K

PowerBASIC Windows 10     PBWin.exe    7/1/2011    840 K     Real good COM and OOP support plus unicode, static linkage, etc.  Polished Product.


It would be my guess that most or a lot of the size increases were the result of the growth of support of DDT.