Mail Archives: djgpp/2001/02/08/03:31:57
On Wed, 7 Feb 2001, Wojciech Galazka wrote:
> >The problem is, there's no simple way of distinguishing between NT and
> >W2K from a DJGPP program.
>
> Once there was a library that provided access to Windows registry from DOS
> level.
> It worked for Win9x but perhaps it's possible to make it work under Windows
> NT as well.
I don't think the Windows 9X Registry access method will work on NT:
it involves a far call to a specific address, obtained from calling a
certain function of some interrupt. I don't think NT will allow this.
However, if someone finds a way, please do tell it here.
- Raw text -