View previous topic :: View next topic |
Author |
Message |
Recognition Newbie cheater
Reputation: 0
Joined: 09 Feb 2008 Posts: 15
|
Posted: Tue Mar 04, 2008 12:43 pm Post subject: WDK - Windows Server 2008 RTM |
|
|
Now i finally got over myself and downloaded the Driver kit as in the Topic title. The problem is that none of the ntifs.h files work and every one gives errors (up to 171 errors), if i use the ntifs.h that comes with WDK - Windows Server 2008 RTM i get errors , if i use the ntifs.h in the source dbkkernel folder it doesnt work, if i use one i downloaded from another site it doesn't work...
Need help with this so if anyone of you downloaded the WDK - Windows Server 2008 RTM from Microsoft, let me hear
BTW, iam trying to compile the 5.4 source (if it works i'll start creating my first uce )
Recognition
|
|
Back to top |
|
 |
Zand Master Cheater
Reputation: 0
Joined: 21 Jul 2006 Posts: 424
|
Posted: Wed Mar 05, 2008 3:51 am Post subject: |
|
|
Instead of downloading random copies of the ntifs.h, use the one included in the source and either try to fix the errors yourself or post them up here for someone to have a look at.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Wed Mar 05, 2008 6:12 am Post subject: |
|
|
yes, with a newer ddk most you'll have to do is remove some of the declarations that are now done in the DDK. They arn't needed anymore in the ntifs.h
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Recognition Newbie cheater
Reputation: 0
Joined: 09 Feb 2008 Posts: 15
|
Posted: Wed Mar 05, 2008 7:11 am Post subject: |
|
|
... yeah you guys are right, as i took a closer look there were a lot of redefinition problems (that is, that the function or sth. is already defined, right?) so i just commented out (hopefully right) those definitions and it worked like a charm, thx again.
Recognition
|
|
Back to top |
|
 |
|