Hello,
I downloaded WDK 10 and opened a project with V.S 2015 Express.
In Properties –> Driver Settings –> General –> Target OS Version I can select: Windows 10 or higher, or earlier versions.
What option should I select for a device driver for Server 2012 ?
In order to compile for 64bit OS, should I select: Platform: x64 ?
It seems the WDK 10 installation does not contain help like the one I had in WDK 7.1.
Am I right ?
Thank you,
Z.V
>What option should I select for a device driver for Server 2012 ?
==Win8, older then Win10
In order to compile for 64bit OS, should I select: Platform: x64 ?
Yes.
–
Maxim S. Shatskih
Microsoft MVP on File System And Storage
xxxxx@storagecraft.com
http://www.storagecraft.com
“Help” in terms of what, exactly?
Peter
OSR
@OSRDrivers
Zvi Vered wrote:
It seems the WDK 10 installation does not contain help like the one I
had in WDK 7.1.
The WDK no longer includes the sample drivers. They are now available
as a separate download.
https://msdn.microsoft.com/en-us/windows/hardware/dn433227.aspx
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
Hi Peter,
“Help” means WDK documentation that was installed with WDK 7.1
Thank you,
Z.V