TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The VB Model Versus The Delphi Model

5 pointsby mainguyabout 13 years ago

2 comments

kevin_morrillabout 13 years ago
VB lets you call native Win32 APIs, so I am not sure where the impossible part comes in. It's difficult and cumbersome, but not impossible.
Tloewaldabout 13 years ago
I prefer the Realbasic model, where 90% of everything is easy, 10% is hard, and you can compile cross-platform.<p>The thing that floored me with VB was it is was easy to write apps but surprisingly painful to deploy them (DLL hell initially, and then increasingly horrible installation).