|
Prev: Selecting Best Compatible Driver (Windows XP)
Next: Virtual USB Mouse Device only shows as generic HID device.
From: ssylee on 8 May 2008 15:11 I am trying to build a dll which requires winddi.h. I'm guessing that it's included with WDK CD. After I have installed the build environment, I still can't find winddi.h needed for my build. I have tried to find it on google and tried that winddi.h, although I have no luck either. Does the Plaform SDK need to be installed before I can make use of winddi.h?
From: Pavel A. on 8 May 2008 19:20 "ssylee" <ssylee(a)discussions.microsoft.com> wrote in message news:0E5959C8-2750-4501-A960-AE162905F3CA(a)microsoft.com... > I am trying to build a dll which requires winddi.h. I'm guessing that it's > included with WDK CD. After I have installed the build environment, I > still > can't find winddi.h needed for my build. I have tried to find it on google > and tried that winddi.h, although I have no luck either. Does the Plaform > SDK > need to be installed before I can make use of winddi.h? Search again. Winddi.h is in <wdk root>\inc\api --PA
From: Tim Roberts on 9 May 2008 23:48
ssylee <ssylee(a)discussions.microsoft.com> wrote: > >I am trying to build a dll which requires winddi.h. I'm guessing that it's >included with WDK CD. After I have installed the build environment, I still >can't find winddi.h needed for my build. I have tried to find it on google >and tried that winddi.h, although I have no luck either. Does the Plaform SDK >need to be installed before I can make use of winddi.h? What does the DLL do? Winddi.h is the main include file for building display drivers. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc. |