32-bit and 64-bit drivers

Are there any features when developing a device driver (kernel mode) in Windows 7 32 bit or Windows 7 64 bit? Can I develop on some platform and prepare assemblies for working on another? Thank.

+3
source share
4 answers

You need a set of drivers for Windows . Yes, you should be able to cross compile.

+2
source

What MSDN is for: 64-bit system design

http://msdn.microsoft.com/en-us/windows/hardware/gg566940

+1
source

, 64- , .

0

Here are some possible source code errors that may occur during the transition from 32-bit to 64-bit versions.

0
source

All Articles