| View previous topic :: View next topic |
| Author |
Message |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Mon Nov 17, 2008 8:06 am Post subject: |
|
|
i try to download from this link that DB gave in CES section
[URL]
https://connect.microsoft.com/dashboard/info/
[/URL]
but i can't see any download here, all i can see is register but when i click it, it's login with my msn live email & pass _________________
Stylo |
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Mon Nov 17, 2008 10:44 am Post subject: |
|
|
| 1qaz wrote: | what is this DDK and how do i get it
i found in google download for windows server 2003 but i don't think that's what i'm looking for |
DDK (Driver Development Kit) is the compiler which lets you develop drivers for Windows NT. ok ? |
|
| Back to top |
|
 |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Mon Nov 17, 2008 1:28 pm Post subject: |
|
|
ok i think i got it now thanks but still i don't know where can i get it?
i tried the link above but it doesn't let me download _________________
Stylo |
|
| Back to top |
|
 |
TehBestNewbZ Expert Cheater
Reputation: 0
Joined: 28 Jul 2006 Posts: 109
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Mon Nov 17, 2008 7:01 pm Post subject: |
|
|
| Just have a look at ground zero. It is fully working. Just search I forgot who made the driver and the controler thou. And whats the different between writefile and DeviceIOControl? GroundZero uses writefile and db's ce driver uses DeviceIoControl. Any Diff? |
|
| Back to top |
|
 |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Tue Nov 18, 2008 6:41 am Post subject: |
|
|
never heard about ground zero b4 is it a website?
can u link me there? _________________
Stylo |
|
| Back to top |
|
 |
tombana Master Cheater
Reputation: 2
Joined: 14 Jun 2007 Posts: 456 Location: The Netherlands
|
Posted: Tue Nov 18, 2008 8:12 am Post subject: |
|
|
| dnsi0 wrote: | | Just have a look at ground zero. It is fully working. Just search I forgot who made the driver and the controler thou. And whats the different between writefile and DeviceIOControl? GroundZero uses writefile and db's ce driver uses DeviceIoControl. Any Diff? |
Depends on what you want to do:
DeviceIoControl will send a custom input buffer to the driver, and then the driver can send a custom input buffer back to the application. You need to define a custom IOCTL code for this.
If you use WriteFile on a driver's handle, it will pass the buffer to the driver and call the function which was defined by the driver to handle WriteFile's. I don't think the driver can send a buffer back to the application this way (only a return value). |
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
|
| Back to top |
|
 |
|