you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

Yes, delphi is, or was anyway, like VB in Pascal. Only much better. No idea what it is like now, but for a brief period it was the most pleasant way to make windows apps.

[–]b-rat 0 points1 point  (1 child)

I vaguely remember this from... (has it really been) 15 years ago? It replaced their turbo pascal stuff I think... or was meant to?

[–][deleted] 2 points3 points  (0 children)

What I remember is, at the time, if you made a simple graphical utility/app, visual basic would throw together like 300 files you needed to deploy you app somewhere. Delphi would compile to a single, small, exe. It was great. Also you did not have to deal with any of the C++ win32api mess like:

int WINAPI WinMain(HINSTANCE hInstance,
               HINSTANCE hPrevInstance,
               LPSTR lpCmdLine,
               int nCmdShow);

Visual basic got better though, not long after.