Click here to Skip to main content
15,879,239 members
Articles / Programming Languages / C++
Article

QuickSYS

Rate me:
Please Sign up or sign in to vote.
4.77/5 (19 votes)
19 Apr 2008CPOL1 min read 138.9K   2.3K   72   22
A tool to generate Windows driver framework

Introduction

QuickSYS is a quick tool to generate a device driver Framework for Windows NT/2K/XP/2K3/VISTA/2K8, supporting both 32 bit and 64 bit. It is currently at version 0.4.0.

Using the Code

It is simple to use. With just one mouse click, it will create a Visual C++ project. It supports VC6, VC2005, VC2008. You can edit your code, compile and link your device driver in Visual Studio IDE.

If you have SoftICE, it can generate a *.nms file.

Before you can compile your driver, you must have the Microsoft WDK or DDK or IFS installed.

After you have installed DDK, add an environment variable to your system. Right click My Computer -> Properties -> Advanced -> Environment Variables. Click New under System variables. Type "BASEDIR" in Variable name. Type the root directory of your DDK in Variable value, e.g. C:\WINDDK\3790. If you are using WDK, type "WDKROOT" instead of "BASEDIR".

If you want to create a 64 bit driver, the easy way is check "Use VC2008 and WDK". Or you may need to add the x64 platform and change the lib directory. It's at Configuration Properties -> Linker -> General -> Additional Library Directories. Typically, it should be $(BASEDIR)\lib\wnet\amd64 for AMD64 or EM64T. Only VC2005 and higher version can compile and link a 64 bit driver.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralModified version (chinese) Pin
free2000fly27-Feb-10 15:44
free2000fly27-Feb-10 15:44 
GeneralThank you so much Pin
RalphChG3-Jun-09 21:35
RalphChG3-Jun-09 21:35 
GeneralDizzy!!! [modified] Pin
chinaccboy19-Aug-08 21:14
chinaccboy19-Aug-08 21:14 
Questionntddk.h No such file or directory Pin
lOOK3R9-Sep-07 20:17
lOOK3R9-Sep-07 20:17 
AnswerRe: ntddk.h No such file or directory Pin
Chunhua Liu25-Oct-07 15:08
Chunhua Liu25-Oct-07 15:08 
GeneralError While building file... Pin
Om Rudi10-Mar-07 21:53
Om Rudi10-Mar-07 21:53 
GeneralRe: Error While building file... Pin
Chunhua Liu10-Mar-07 21:09
Chunhua Liu10-Mar-07 21:09 
GeneralRe: Error While building file... Pin
Om Rudi11-Mar-07 8:32
Om Rudi11-Mar-07 8:32 
Questiondebugging the driver Pin
vivamexico6662-Feb-07 9:23
vivamexico6662-Feb-07 9:23 
GeneralBSOD Pin
dzonez6-Aug-06 9:05
dzonez6-Aug-06 9:05 
GeneralRe: BSOD Pin
dzonez6-Aug-06 9:20
dzonez6-Aug-06 9:20 
GeneralERROR of environment variable [modified] Pin
bandh8-Jun-06 19:41
bandh8-Jun-06 19:41 
GeneralRe: ERROR of environment variable [modified] Pin
Chunhua Liu8-Jun-06 20:46
Chunhua Liu8-Jun-06 20:46 
Questionhow to install Windows DDK 2600 Pin
cau_chu6-Feb-06 4:49
cau_chu6-Feb-06 4:49 
GeneralSoftICE Pin
Member 207338330-Jul-05 20:34
Member 207338330-Jul-05 20:34 
Do anybody knows where I can get SoftICE? (for free) Thanks
GeneralWhere can i get the old verion of Quicksys Pin
ellipsis10-Aug-03 5:31
ellipsis10-Aug-03 5:31 
GeneralRe: Where can i get the old verion of Quicksys Pin
Anonymous10-Aug-03 8:43
Anonymous10-Aug-03 8:43 
GeneralRe: Where can i get the old verion of Quicksys Pin
ellipsis12-Aug-03 23:32
ellipsis12-Aug-03 23:32 
GeneralRe: Where can i get the old verion of Quicksys Pin
Chunhua Liu13-Aug-03 19:44
Chunhua Liu13-Aug-03 19:44 
GeneralRe: Where can i get the old verion of Quicksys Pin
ellipsis17-Aug-03 9:23
ellipsis17-Aug-03 9:23 
GeneralDriver Wizard Pin
Dudi Avramov11-Jan-03 23:06
Dudi Avramov11-Jan-03 23:06 
GeneralRe: Driver Wizard Pin
Chunhua Liu12-Jan-03 14:21
Chunhua Liu12-Jan-03 14:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.