
Why so many editions of Viual Basic?
Hi again!
Quote:
> >If you want to create stand-alone EXE programs then you had better learn
> >Delphi (for example). No version of VB creates stand-alone EXE
> >applications. All require runtime DLLs in addition to the EXE.
> >John..............
> ==========================================
> Well, what I mean is create stand alone programs that can be run
> by themselves. GWBasic and QBasic programs must be run from
> within those environments. But QuickBasic can compile its source
> code and run that program seperate from QuickBasic. Can VB do
> this also? Arent DLL extensions part of Windows allowing VB
> programs to be run from any computer with Windows installed?
No. VB applications can and do use DLLs that are part of Windows - but, in
additon, they all use some run-time DLLs specific to VB that are not part of
Windows. VB does not need to be installed on a computer to run a VB
application, but you must use a setup/installation program to package the
files required for an installation on another computer and to install and
register them.
Quote:
> If so, would VB Deluxe Learning Edition allow me to write such
> programs that would be run free of the VB environment.
I suggested VB6 Pro because I use it and I know that it has everything that
most individual programmers would need (as opposed to enterprise
programmers), include a Package and Deployment tool for installing programs
on other computers and the MSDN help files. I have heard that the Learning
edition is lacking a lot of the functionality of VB6 Pro, but I'm afraid that
I don't know exactly what you would sacrifice if you bought this version
instead.
Regards,
John.........