First post, by RASHI
Hi
We have 16 bit application designed in 8086 , Windows NT DDK and NT SDK
We have Virtual DOS Device Driver (VDD) interface. It supports the NLL TCP/IP function requests, so that the NT version of NLL can pass its TCP/IP requests to this Virtual DOS Device Driver,
It also issue the appropriate WinSock calls
We want to execute this programs in 64-bit system. Now while loading it throws incompatibility error.
While using dosbox it hangs and dose not get loaded.
It hangs while registering on the call : RegisterModule() _asm _emit 0xC4 _asm _emit 0xC4 _asm _emit BOP_3RDPARTY _asm _emit 0x0
Please give some clue what is missing here.