Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compare VB 6 to Delphi

Status
Not open for further replies.

LaurentD

Programmer
Nov 23, 2001
2
CA
Hi folks, i just finished a programming course and we didn't do any Delphi (still wondering why ?) i'm doing some programming in VB6 for the past year and i hear a lot about Delphi, can someone give me any comparison between the 2?

i like the simple databinding with the grid data, do we find these features in Delphi?

can we create dll's and client-server applications?

....

i think you all get the picture!
 
Delphi provides outstanding database and server support.
It is easy to learn; easy to write in.
Efficient compiler creates the exe file immediately, so compile and debug is fast.
Excellent development tool. Buy the Delphi Professional version to get a feel for whether you like it or not.
 
i was looking at code samples and it looks like a mix of c++ and visual basic?

can i create something with the professional version or if i'm limited?
 
Hi LaurentD
You can create anything you want.
If you can then Sell on what you, make depands on the Borland licence.
D6 Personel (The free version) has a restricted licence you cant sell what you make.
Unless you want to do a lot of high end server stuff (unlikly for a beginer I would have thourght) then get hold of an earlier version. Even Delphi 3 Standard is adequate for most things and there are no licence restrictions.

As for which is best.
Delphi is almost as fast as 'C' without the horrible syntax.
VB is too slow and Too tied in with Microsofts way of doing things.

Hope ths helps Steve.




 
i was looking at code samples and it looks like a mix of c++ and visual basic?

Actually, it's Pascal.

TealWren
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top