Using the Win32 DDK with Visual C++ID: Q119459
|
Visual C++ comes with a Help file titled "Moving to Visual C++," which includes a section on building device drivers using Visual C++. The information in this section is correct; however, it is not complete. There is another issue that needs to be addressed if you are using the initial release of the Win32 DDK: the checksum.
The following information is taken from the Help file "Moving to Visual
C++":
Q. How do I build device drivers with Visual C++?
A. Although Visual C++ does not supply all of the libraries,
headers, and tools needed to create device drivers for Windows
NT, you can still use many Visual C++ components.
This option sets the checksum in the header of an executable file.This option is included in the MAKEFILE.DEF file included with later releases of the Win32 DDK in MSDN Level 2.
The operating system requires the checksum for certain files such as device drivers. It is recommended that you set the checksum for release versions of your programs to ensure compatibility with future operating systems.
Additional query words: kbinf 1.00
Keywords : TlsMisc
Version : 1.00
Platform : NT WINDOWS
Issue type :
Last Reviewed: August 5, 1999