Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can Any Control have it own message map Pin
_AnsHUMAN_ 30-Jan-12 0:50
_AnsHUMAN_ 30-Jan-12 0:50 
AnswerRe: Can Any Control have it own message map Pin
Code-o-mat30-Jan-12 22:01
Code-o-mat30-Jan-12 22:01 
QuestionWindows Driver Development Pin
candogu29-Jan-12 5:44
candogu29-Jan-12 5:44 
JokeRe: Windows Driver Development Pin
Richard Andrew x6429-Jan-12 11:20
professionalRichard Andrew x6429-Jan-12 11:20 
GeneralRe: Windows Driver Development Pin
Albert Holguin29-Jan-12 17:01
professionalAlbert Holguin29-Jan-12 17:01 
GeneralRe: Windows Driver Development Pin
candogu30-Jan-12 3:51
candogu30-Jan-12 3:51 
AnswerRe: Windows Driver Development Pin
«_Superman_»29-Jan-12 15:40
professional«_Superman_»29-Jan-12 15:40 
AnswerRe: Windows Driver Development Pin
Erudite_Eric29-Jan-12 21:07
Erudite_Eric29-Jan-12 21:07 
You need to use C. DOnt use C++, it isnt supported in the kernel.

You need to write a File System mini filter and fail the IRP_MJ_CLOSE when it is for your application. Doing this is devilishly complex, and you would be best to hand this over to an experienced company to do with you working closely with them. That way you learn and your product gets developed. If you try this as a novice, you are almost destined to fail, some years down the road.

If you think ordinary device drivers are hard to write, then at least there are plenty of books for them. File System drivers are virtually undocumented.

Oh, and there isnt an IDE. You have to use the 'build' macro from the DDK (WD as it is called today). SO you can use any text editor you like. I use VS, but thats just by habit.
==============================

Nothing to say.

GeneralRe: Windows Driver Development Pin
candogu30-Jan-12 3:47
candogu30-Jan-12 3:47 
GeneralRe: Windows Driver Development Pin
JackDingler31-Jan-12 11:39
JackDingler31-Jan-12 11:39 
GeneralRe: Windows Driver Development Pin
Erudite_Eric2-Feb-12 3:30
Erudite_Eric2-Feb-12 3:30 
AnswerRe: Windows Driver Development Pin
Richard MacCutchan30-Jan-12 0:00
mveRichard MacCutchan30-Jan-12 0:00 
GeneralRe: Windows Driver Development Pin
CPallini30-Jan-12 0:37
mveCPallini30-Jan-12 0:37 
GeneralRe: Windows Driver Development Pin
Richard MacCutchan30-Jan-12 0:39
mveRichard MacCutchan30-Jan-12 0:39 
GeneralRe: Windows Driver Development Pin
candogu30-Jan-12 3:49
candogu30-Jan-12 3:49 
GeneralRe: Windows Driver Development Pin
Erudite_Eric30-Jan-12 4:35
Erudite_Eric30-Jan-12 4:35 
GeneralRe: Windows Driver Development Pin
Richard MacCutchan30-Jan-12 4:45
mveRichard MacCutchan30-Jan-12 4:45 
GeneralRe: Windows Driver Development Pin
Erudite_Eric1-Feb-12 0:46
Erudite_Eric1-Feb-12 0:46 
AnswerRe: Windows Driver Development Pin
Wes Aday30-Jan-12 3:15
professionalWes Aday30-Jan-12 3:15 
AnswerRe: Windows Driver Development Pin
JackDingler31-Jan-12 11:42
JackDingler31-Jan-12 11:42 
Questionproject Pin
rosalie tima28-Jan-12 1:48
rosalie tima28-Jan-12 1:48 
AnswerRe: project Pin
Software_Developer28-Jan-12 3:39
Software_Developer28-Jan-12 3:39 
AnswerRe: project Pin
Chris Losinger29-Jan-12 15:51
professionalChris Losinger29-Jan-12 15:51 
QuestionSetCursor position Pin
manju 327-Jan-12 23:22
manju 327-Jan-12 23:22 
AnswerRe: SetCursor position Pin
David Crow28-Jan-12 4:18
David Crow28-Jan-12 4:18 

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.