I've written 2 kfun packages and one patch for DGD 1.1. I'm currently working on getting them to work with the lastest patches of dgd which have a slightly different kfun interface.
Besides that would i like to write some more NT specific code like :
I'm also (still) planning to :
The ANSI patch enables ANSI codes to be emitted by DGD by removing the default filtering.
The Windows 95 Kfun package
adds a couple of Kfuns to the driver that enable you to access
some
usefull win95 API calls
- GetOSversion (see on what OS the server is running)
- GetPrivateProfileInt (get an int from the dgd.ini file)
- GetPrivateProfileString (get a string from the dgd.ini file)
- GetProfileInt (get an int from the win.ini file)
- GetProfileString (get a string from the win.ini file)
- MessageBeep (sound an beep or systemsound on the server).
The functions will work under both win95 and winNT4
The Windows NT Kfun package, adds access to a couple of WinNT specific API functions
- NetMessage (the messenger service, a popupmessage on another workstation)
- LogEvent (Writing the Eventlog)
These functions will ONLY function under WinNT4, if added, the
dgd executable~
will no longer run under win95. This patch needs some files from
the win95 patch.
»last updated on 04 march 1998«