For the PBDLL wish list. (PBCC also, where applicable)
(1) Register optimization for 64-bit floats.
80-bit works fine, but only if the entire product is PB,
and doesn't have to meet any precision standards.
(2) COM
(3) DEFINES
That's it for the "serious" list. To shoot for the moon:
.. RAD forms designer (ala VB/Delphi)
.. Control encapsulation architecture (COM or custom)
.. Macros
.. Inline function expansion
.. Support for PDB debugger/profiling tools
.. Compiler optimization (switchable) for P2-3-4
.. Object architecture at least understandable to a CPP guy
And stretching it more than a little, a "stripper" version
that'll generate code for ring zero, with WDM templates.
Ducking and running,
Jim Barber
------------------
(1) Register optimization for 64-bit floats.
80-bit works fine, but only if the entire product is PB,
and doesn't have to meet any precision standards.
(2) COM
(3) DEFINES
That's it for the "serious" list. To shoot for the moon:
.. RAD forms designer (ala VB/Delphi)
.. Control encapsulation architecture (COM or custom)
.. Macros
.. Inline function expansion
.. Support for PDB debugger/profiling tools
.. Compiler optimization (switchable) for P2-3-4
.. Object architecture at least understandable to a CPP guy
And stretching it more than a little, a "stripper" version
that'll generate code for ring zero, with WDM templates.
Ducking and running,

Jim Barber
------------------
Comment