Prev: include files
Next: BasepCreateActCtx
From: Arkady Frenkel on 21 Jan 2007 04:34 Goto VS menu Tools->Options and there choose Libraries Arkady "HMS Surprise" <johnhite(a)texoma.net> wrote in message news:1169358571.028597.13750(a)11g2000cwr.googlegroups.com... > > Pavel A. wrote: >> These are SDK functions. Get the recent SDK, include the >> correct .h files and libs, and it will link. >> >> ( DDK has it's own copy of these includes and these should work as >> well...) >> >> Regards, >> --PA > > I have included these DDK header files. How do I include the libraries? > > > #include <guiddef.h> > #include <devguid.h> > #include <regstr.h> > extern "C" > { > #include "setupapi.h" > #include "hidsdi.h" > } > > > Thanks, > > jh >
From: Arkady Frenkel on 21 Jan 2007 04:42
You can take it from http://support.microsoft.com/kb/311272 too Arkady "HMS Surprise" <johnhite(a)texoma.net> wrote in message news:1169359834.091773.322690(a)v45g2000cwv.googlegroups.com... > > David J. Craig wrote: >> You are writing an application that has to either interface with the SDK >> or >> the WDK. Pick one and forget about VC or VS until you learn something >> about >> how this is done. You can use it as an editor, but not to compile until >> you >> understand what comes from where. Most of what you are looking for >> already >> exists in devcon. The sources are in the WDK. >> > > Thanks for posting. > > I admit that I am not a Windows programmer and I have been searching in > circles at MSDN ( and slowly at 24K). You suggest that I pick SDK or > WDK, that is a piece of information I can use. But given those two > choices I need to learn something of each before I pick one. > > One question if you please. What is devcon? > > > Thank again, > > jh > |