
True machine-code EXE in VB4 ?
Quote:
> Does anyone know if the EXEs generated under VB4 (or VB3) are true
> machine-code executables and not filled with semi-compiled code or
> some such thing ? Need to know this in a hurry ....
> Thanks and regards.
With all their resources, Microsoft didn't bother. I guess they
think the tens of thousands of people who want a VB compiler
don't matter. Consider XBasic. In case you don't know about
XBasic, it's a fast 32-bit BASIC compiler / IDE / GuiDesigner.
You can temporarily download the Windows implementation
for free from ftp.mhpcc.edu - see the message posted in this
newsgroup that starts "! Temporary - download free" for more
information about XBasic and how to download. If you can't
find the message, ask me by email and I'll email you a copy.
I've been programming with XBasic for over 18 months now,
and I currently have, and run my on, all three implementations
of XBasic - Windows, Linux, and SCO UNIX. All my programs
run without a single modification on all implementations, even
tough many have sophisticated GUIs and tons of graphics.
On top of everything else, you can make your own controls
with XBasic, and even add them to the toolkit if you want.
Who needs VB? Who needs slow? Who needs C?
Not me. Happy Programming.
Max Reason