Where is the source for the dll?
In the download package there is the dll “autoxpdv.dll”. The source for this is autoxpdv.bas, and it has no dependencies. The driver is autoxpdv.asm, is assembled with masm (the make file is also included, autoxpdv.bat) and then needs to be turned into a driver, we can supply the “exe2com” utility for that as it is public domain.