Virtual Pascal
Virtual Pascal is a freeware 32-bit Pascal programming language compiler, integrated development environment, and debugger for OS/2 and Microsoft Windows, with some limited Linux support. Virtual Pascal was developed by Vitaly Miryanov and later maintained by Allan Mertner.
Features
The compiler is compatible with Turbo Pascal, Borland Delphi, and Free Pascal, although language- and RTL-compatibility is limited for features introduced after Delphi v2 and FPC 1.0.x.VP was mainly used for these purposes:
- Easily port existing 16-bit Turbo Pascal programs to 32 bits
- Port existing 16-bit Object Windows Library programs to 32-bit Windows
- Write console programs for several platforms
- Pascal development using the 32-bit Windows API
- Learn object-oriented programming
- Text-mode IDE
- Debugger is integrated directly into the IDE and is reminiscent of Turbo Debugger
- Fast compiling
- Tool-chain written mostly in x86 assembly language
History
Microsoft Windows, OS/2
The compiler was quite popular in the Bulletin board system scene, probably because of its OS/2 port and being one of the few affordable multi-target compilers. Also Turbo Pascal had been popular in the BBS scene too, but its successor, Delphi was suddenly for Windows only. Virtual Pascal provided a migration path for existing codebases.There has been pressure from some users to license Virtual Pascal as open-source software. This has not been done, for these reasons:
- The compiler source code is mostly written in x86 assembly language which is hard to change and maintain.
- Part of the run-time library is proprietary to Borland.
- The patch/diff tool to work around the above was proprietary and 16-bit only.
- Documentation and help are maintained with expensive proprietary tools
- There is nobody who fully understands the code. Allan said that some of the deeper areas were no-touch for him
On 4 Apr 2005, Virtual Pascal was announced 'dead' on the official site. The last released version was announced on 13 May 2004.