Paul Edwards
2024-02-16 20:35:47 UTC
So on Windows - even Windows 95 - there was an
msvcrt.dll, but it wasn't documented.
But it's sufficiently understood for mingw and
PDPCLIB to use, and in the case of PDPCLIB at
least - produce a (partial) replacement.
MSC 6.0 had the ability to produce an OS/2 1.x
C DLL, but it wasn't a standard name (cdllobjs.cmd
produces cexample.dll by default, but that wasn't
something shipped with OS/2 1.x that I am aware of).
So Microsoft never supported producing a 32-bit
OS/2 2.0 C DLL, but maybe IBM did with their
Visualage compiler. Or CSET/2.
EMX produced something, but I don't know if it was
considered "standard".
So I'm looking to build PDPCLIB (my own C runtime
library) into a mini-clone of something standard.
And then I'm looking to run those (small) executables
that use a separate C library under PDOS/386 and/or
PDOS-generic under Windows.
Is there a standard?
Thanks. Paul.
msvcrt.dll, but it wasn't documented.
But it's sufficiently understood for mingw and
PDPCLIB to use, and in the case of PDPCLIB at
least - produce a (partial) replacement.
MSC 6.0 had the ability to produce an OS/2 1.x
C DLL, but it wasn't a standard name (cdllobjs.cmd
produces cexample.dll by default, but that wasn't
something shipped with OS/2 1.x that I am aware of).
So Microsoft never supported producing a 32-bit
OS/2 2.0 C DLL, but maybe IBM did with their
Visualage compiler. Or CSET/2.
EMX produced something, but I don't know if it was
considered "standard".
So I'm looking to build PDPCLIB (my own C runtime
library) into a mini-clone of something standard.
And then I'm looking to run those (small) executables
that use a separate C library under PDOS/386 and/or
PDOS-generic under Windows.
Is there a standard?
Thanks. Paul.