| View previous topic :: View next topic |
| Author |
Message |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sun Jun 08, 2008 4:38 am Post subject: WINDDK directories |
|
|
I recently installed the Windows Driver Development Kid (DDK or WINDDK) and when I went to VC++ to add the directories, there were so many subfolders. I'm sure at least one or two people here have WINDDK installed, and I was wondering what you put for the directories. I have this:
| Quote: |
Executable Files:
D:\WINDDK\3790.1830\bin\x86
Include Files:
D:\WINDDK\3790.1830\inc
Library Files:
D:\WINDDK\3790.1830\lib
|
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Sun Jun 08, 2008 3:25 pm Post subject: |
|
|
Firstly, your DDK is outdated and wont compile the CE driver if thats what you are attempting to do. You can get the lastest from MS Connect. Takes like 2 seconds to sign up to be able to download it.
Along with that, I suggest just avoiding adding the directories to Visual Studio as you will run into a ton of issues with other includes, redefinitions, etc. from the standard files.
_________________
- Retired. |
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Sun Jun 08, 2008 3:54 pm Post subject: |
|
|
If you do add them, make sure you move them to the bottom of the list so it doesn't cause issues with using the wrong definitions and such for regular win32 applications (happened to me >.<)
_________________
|
|
| Back to top |
|
 |
|