 |
|
 |
just purchased installed ran driver update now my Realtek pCLe Fe family controler not working and driver wizzard doesnt detect driver to update.how do i fix this without paying out more money otherwise i will remove program and request refund.
|
|
|
|
 |
|
 |
Hello,
Thank you for your excellent work. I wonder if you plan to update your wizard in order to be used on Visual Studio 2005.
Thank you very much in advance for your response.
---
Best Regards,
Manos
|
|
|
|
 |
|
 |
Well, i don't have Visual Studio 2005.
I can try it on Visual Studio 2003 and let you know if i succeed.
Regards,
Dudi
|
|
|
|
 |
|
 |
Please do. When you've finished, I'd be glad to help you test it on VS 2005.
Again, thank you very
---
Best Regards,
Manos S. Pappás
|
|
|
|
 |
|
 |
Try my driver creation wizard: http://ddkwizard.assarbad.net/
Compatible with VS 2002 through 2005 and comes with an installer and manual
// Oliver
|
|
|
|
 |
|
 |
Where i can get the free DDK ?
I've search at microsoft.com and to get the DDK we must order (why microsoft do that things, every things on microsoft we must pay) .
So i really need the DDK to create and understand hook driver for firewall hook driver developed by Jessus O.
|
|
|
|
 |
|
 |
From the article: "I assume that the environment variable ddkroot is defined for the DDK installed path."
I am using visual Studio 6.0. I do not know how to set the environment variable 'ddkroot'. Could you help?
|
|
|
|
 |
|
 |
The environment variables such as 'path' and more could be found when opening "Properties" from "My computer" icon on the desktop.
|
|
|
|
 |
|
 |
I'm making my own appwiz and the functionality is just fine.
it adds all neccesary files and all. But the solution explorer is a mess. I want my project neatly sorted in folders and subfolder, class by class.
how i Group project files into folders?
I can't find any info on doing this or another appwizard that makes use of it.
So does anyone know how to approach this?
|
|
|
|
 |
|
 |
I wrote a DriverWizard based on your code, you could found it in the following site: http://taichi.blogchina.com/
Unfortunately, it is a Chinese blog site.
|
|
|
|
 |
|
 |
It seems it works on my PC.
I'm very new in DDK, I have sucess compiling your Wizard, it is really a Wizard, and make my first Wizar Project.
It is very interesting thet it compiles ntddk.h, my previous atempt to compile driver GiveIO out of BUILD was not sucsesful.
I'm trying to check that I can compile GiveIO.sys
Best
|
|
|
|
 |
|
 |
Thanks.
Did you vote for this article?! (-:
|
|
|
|
 |
|
 |
Yes, excelent.
Can I relay on your article, I'm going to write something about my short troubleshoting on GiveIO.sys
|
|
|
|
 |
|
 |
Well, i'm not familiar very much with drivers.However, the wizard will create for you the base framework for a driver and you can build that project for getting .sys file.
|
|
|
|
 |
|
 |
error C2061: syntax error : identifier 'IBuildProject'
off
|
|
|
|
 |
|
 |
I don't know what are you talking about.
I works fine for me.
|
|
|
|
 |
|
 |
My environment :VC6 + SDK;
but identifier 'IBuildProject' was not defined.
is there some head files missing?
which .h file is "IBuildProject" defined in?
off
|
|
|
|
 |
|
 |
Hi Off,
Why don't you take the .awx file and copy it to Microsoft Visual Studio\Common\msdev98\Template directory?
As for your problem, if you create a new project and choose "Custom AppWizard" then you will get your own custom wizard which has CustomizeProject method to override.
I believe that your new custom wizard will be compiled with no error.
This is what i did.
I hust overrided CustomizeProject method.
|
|
|
|
 |
|
 |
you must have installed the platform sdk which has a different version of customaw.h and is not compatible.
Easiest workaround is to rename or remove this file.
|
|
|
|
 |
|
 |
Thanks, it was a good advice ! Good Game ! it solve my owne problem !
|
|
|
|
 |
|
 |
I have the same problem Help me Please
|
|
|
|
 |
|
 |
The Solution is #include "bldguid.h" in StdAfx.h
|
|
|
|
 |
|
 |
#include "objmodel\bldguid.h"
|
|
|
|
 |
|
 |
It's hard to make a wizard for writing drivers, but this one provides a good starting point for a simple driver. Good work!
One thing I miss is a SOURCES file, but that seems easy to include.
Cheers
/moliate
The corners of my eyes catch hasty, bloodless motion -
a mouse?
Well, certainly a peripheral of some kind.
Neil Gaiman - Cold Colours
|
|
|
|
 |
|
 |
i think this one is not needed we need one in the core to know more about it's options
Thanks and Best Regards,
Ahmed Ismaiel
sonork ID 100.11442
|
|
|
|
 |