View previous topic :: View next topic |
Author |
Message |
DaNemeziz Master Cheater
Reputation: 0
Joined: 29 Sep 2007 Posts: 430
|
Posted: Thu Oct 25, 2007 9:51 am Post subject: dbk32.sys |
|
|
I'm trying to make a new engine and while compiling dbk32.sys I get 93 errors, most of them are in the file ntifs.h. I have the latest source files from ColdDoTs thread.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Oct 25, 2007 10:05 am Post subject: |
|
|
compile in win2k build environment
try also getting the latest wdk (version 6000+)
else comment out the stuff in ntifs.h that are conflicting
_________________
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 |
|
 |
The Dami3n Master Cheater
Reputation: 1
Joined: 15 Nov 2006 Posts: 441 Location: Mulkerolandia
|
Posted: Thu Oct 25, 2007 11:50 am Post subject: |
|
|
Dark Byte wrote: | compile in win2k build environment
try also getting the latest wdk (version 6000+)
else comment out the stuff in ntifs.h that are conflicting |
I have the same version you told someone else to get on one of those error topics, and its working just fine
Thanks a lot my friend
_________________
|
|
Back to top |
|
 |
DaNemeziz Master Cheater
Reputation: 0
Joined: 29 Sep 2007 Posts: 430
|
Posted: Mon Oct 29, 2007 5:43 am Post subject: |
|
|
Dark Byte wrote: | compile in win2k build environment
try also getting the latest wdk (version 6000+)
else comment out the stuff in ntifs.h that are conflicting |
I did, I will post a screen of the errors later, maybe you can help me... ^^
EDIT: I tried with Win2K and with WinXP!
|
|
Back to top |
|
 |
The Dami3n Master Cheater
Reputation: 1
Joined: 15 Nov 2006 Posts: 441 Location: Mulkerolandia
|
Posted: Mon Oct 29, 2007 5:50 am Post subject: |
|
|
DaNemeziz wrote: | Dark Byte wrote: | compile in win2k build environment
try also getting the latest wdk (version 6000+)
else comment out the stuff in ntifs.h that are conflicting |
I did, I will post a screen of the errors later, maybe you can help me... ^^
EDIT: I tried with Win2K and with WinXP! |
When db said try getting, he meant GET! or you cant compile it.
I wasnt able to compile it before i got the WDK 6000+, now its working like charm
_________________
|
|
Back to top |
|
 |
DaNemeziz Master Cheater
Reputation: 0
Joined: 29 Sep 2007 Posts: 430
|
Posted: Mon Oct 29, 2007 6:26 am Post subject: |
|
|
The Dami3n wrote: | DaNemeziz wrote: | Dark Byte wrote: | compile in win2k build environment
try also getting the latest wdk (version 6000+)
else comment out the stuff in ntifs.h that are conflicting |
I did, I will post a screen of the errors later, maybe you can help me... ^^
EDIT: I tried with Win2K and with WinXP! |
When db said try getting, he meant GET! or you cant compile it.
I wasnt able to compile it before i got the WDK 6000+, now its working like charm  |
I know what he meant and I GOT it already! WDK 6000+
PS: I fixed some errors, these errors are still there...
|
|
Back to top |
|
 |
norulezapply Newbie cheater
Reputation: 0
Joined: 08 May 2007 Posts: 13
|
Posted: Fri Nov 16, 2007 4:22 pm Post subject: |
|
|
Yeah, I'm getting those 3 errors on line 764 also. I really would like to get this working if you guys have any ideas
EDIT: I know how to declare the variable, but im not sure what to declare it as, nor am I sure about the other 2 errors for line 764
|
|
Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Nov 16, 2007 4:26 pm Post subject: |
|
|
Get an older version of CE 5.3 src since the latest one is still unready with the vmx functions
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Fri Nov 16, 2007 5:33 pm Post subject: |
|
|
you really have no idea how the vmx functions work. It's not used when it's not available
ntddk.h in version 6000 defines PsProcessType
Code: | extern POBJECT_TYPE *PsProcessType; |
ntddk.h is included from ntifs.h so no real need to include it, just check that you do use it and use the correct version.
else define it yourself
and about the other errors:
Check that you didn't give multiple IOCTL_CE_**** the same value. (and try not to use values higher than 0x8ff)
_________________
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 |
|
 |
Dami Master Cheater
Reputation: 0
Joined: 23 Oct 2006 Posts: 336
|
Posted: Sun Nov 18, 2007 2:11 pm Post subject: |
|
|
There is nothing wrong with db latest source.
I got error yes, but when i used ddk 6000+, i didnt get any.
So the latest source IS working!!!
(well was working for me everyhour at ~last week)
|
|
Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sun Nov 18, 2007 3:26 pm Post subject: |
|
|
ok, no need to be mad
|
|
Back to top |
|
 |
|