|
Reported by Jordan Russell
Apps compiled in Delphi 6.02 will not start on Windows 95 or 98 without DCOM 1.2 or later. This is because the Variants unit now tries to statically import the VarNot and VarNeg functions from OLEAUT32.DLL.
As it came as a surprise to Borland when it was reported to them that Delphi 6.02-compiled apps no longer run on Windows 98 (first edition) without patches, it is clear that this change in system requirements was not intentional and thus can be classified as a bug.
Interestingly, this also marks the first time in Delphi's long history that the simplest of applications (e.g. "hello world") have required OS patches in order to run. |