Модуль, позволяющий делать вызов 32-разрядных функций
под Windows-9x/NT для 16-битных программ, написанных на
BP7, BPW и Delphi-1.
Call 32-bit DLLs from 16-bit Delphi/TPW!
This unit allows you to call most 32-bit
functions in Windows 95 and Windows NT
from your 16 bit Delphi or Turbo Pascal
application! Public domain inc. source.
Утилита, позволяющая скомбинировать в один выполняемый файл
два приложения - одно для DOS, и второе - для Windows.
Результирующий исполняемый модуль будет выполняться
и в DOS и в Windows.
Combine a Windows and a DOS app together to produce "dual-mode"
executable. This is an easy thing to do with most Windows
C++ compilers but we Pascalers have been denied this "nicety"
by Borland. NO LONGER!! Also, you needn't include just a DOS
"stub" program. You can combine a full-blown DOS app with your
Windows app.
Модуль, позволяющий вызывать 32-битные функции
из 16-битных программ на Borland Pascal for Windows
и Delphi 1 при работе в среде Windows 95 или Windows NT.
This is a package containing units to
add 32-bit functions to Borland Pascal
for Windows and Delphi 16-bit programs
running under Windows 95 or Windows NT.
The units implement some of the Win32
API, but also provide a means for
people to call functions in 32-bit DLLs
when running under a 32-bit version of
Windows.