Quote:
> Isn't it a proven fact that VB4 provides no improvement in
> speed in numerical calculation? In my experience, it is
> even worse.
With VB4 16-bit, yes, speed is slightly worse. With 32-bit it
is even or slightly worse. VBPJ had a good benchmarking article,
although I unfortunately can't recall which issue...
Quote:
> Can people offer their opinion?
See the article. VB4 is slightly slower, because of more overhead.
You'll also have bigger executables.
Quote:
> What are the major benifits of it (besides ... OLE?)?
Many benefits. 32-bit development is the biggie, since you get
all the bells & whistles that go with a 32-bit app. (VB5 won't
even support 16-bit, I hear)
Considering 16-bit versions...VB4 has the following advantages:
- Allows you to define Classes (no, not true OO, but it helps)
- Allows use of OCXs -- most of the best controls out there are OCXs now
- RDO and other improved data access methods (RDO's speed will more
than make up for any loss in calculation, if you are using any database
calls)
- As you mentioned, OLE is everywhere and easy to implement -- with the
Enterprise release, you can build distributed apps without any extra
work
--
Barry Haun
EDS/Intelligent & Object Systems