Click here to Skip to main content
15,902,917 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is C# a JOKE? Pin
bigchump13-Jun-08 9:19
bigchump13-Jun-08 9:19 
GeneralRe: Is C# a JOKE? Pin
Alan Balkany13-Jun-08 11:22
Alan Balkany13-Jun-08 11:22 
QuestionReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 8:13
york52812-Jun-08 8:13 
AnswerRe: ReadDirectoryChangesW Problem~~~ Pin
Nibu babu thomas12-Jun-08 17:26
Nibu babu thomas12-Jun-08 17:26 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 18:30
york52812-Jun-08 18:30 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 19:18
york52812-Jun-08 19:18 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
Nibu babu thomas12-Jun-08 19:39
Nibu babu thomas12-Jun-08 19:39 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 20:18
york52812-Jun-08 20:18 
the demo got some error

error C2065: 'USN_JOURNAL_DATA' : undeclared identifier
error C2146: syntax error : missing ';' before identifier 'ujd'
error C2065: 'ujd' : undeclared identifier
error C2065: 'FSCTL_QUERY_USN_JOURNAL' : undeclared identifier
error C2228: left of '.UsnJournalID' must have class/struct/union type
error C2228: left of '.FirstUsn' must have class/struct/union type
error C2228: left of '.NextUsn' must have class/struct/union type
error C2228: left of '.LowestValidUsn' must have class/struct/union type
error C2228: left of '.MaxUsn' must have class/struct/union type
error C2228: left of '.MaximumSize' must have class/struct/union type
error C2228: left of '.AllocationDelta' must have class/struct/union type
error C2228: left of '.FirstUsn' must have class/struct/union type
error C2039: 'UsnJournalID' : is not a member of 'READ_USN_JOURNAL_DATA'
c:\program files\microsoft visual studio\vc98\include\winioctl.h(1873) : see declaration of 'READ_USN_JOURNAL_DATA'
error C2228: left of '.UsnJournalID' must have class/struct/union type
error C2039: 'FileNameOffset' : is not a member of 'USN_RECORD'
c:\program files\microsoft visual studio\vc98\include\winioctl.h(1895) : see declaration of 'USN_RECORD'

is there some header file not included??
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
Nibu babu thomas12-Jun-08 20:23
Nibu babu thomas12-Jun-08 20:23 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 20:31
york52812-Jun-08 20:31 
QuestionMDI Application with more than one child? Pin
CrocodileBuck12-Jun-08 5:31
CrocodileBuck12-Jun-08 5:31 
AnswerRe: MDI Application with more than one child? Pin
Nelek12-Jun-08 5:46
protectorNelek12-Jun-08 5:46 
GeneralRe: MDI Application with more than one child? Pin
CrocodileBuck12-Jun-08 6:55
CrocodileBuck12-Jun-08 6:55 
GeneralRe: MDI Application with more than one child? Pin
JudyL_MD12-Jun-08 7:52
JudyL_MD12-Jun-08 7:52 
GeneralAccessing the Taskbar [Notification Area] Pin
Jach Mullan12-Jun-08 17:28
Jach Mullan12-Jun-08 17:28 
GeneralRe: MDI Application with more than one child? Pin
Nelek12-Jun-08 21:15
protectorNelek12-Jun-08 21:15 
GeneralRe: MDI Application with more than one child? Pin
CrocodileBuck12-Jun-08 22:49
CrocodileBuck12-Jun-08 22:49 
GeneralRe: MDI Application with more than one child? Pin
Nelek13-Jun-08 3:01
protectorNelek13-Jun-08 3:01 
AnswerRe: MDI Application with more than one child? Pin
sudhir_Kumar12-Jun-08 8:34
sudhir_Kumar12-Jun-08 8:34 
QuestionTool to generate UML diagram from existing code Pin
ilgale12-Jun-08 5:24
ilgale12-Jun-08 5:24 
AnswerRe: Tool to generate UML diagram from existing code Pin
Eytukan12-Jun-08 6:37
Eytukan12-Jun-08 6:37 
GeneralRe: Tool to generate UML diagram from existing code Pin
led mike12-Jun-08 6:45
led mike12-Jun-08 6:45 
GeneralRe: Tool to generate UML diagram from existing code Pin
Eytukan12-Jun-08 6:59
Eytukan12-Jun-08 6:59 
Generaltree traversal from recursive to iterative Pin
Michele Bosi12-Jun-08 4:54
Michele Bosi12-Jun-08 4:54 
GeneralRe: tree traversal from recursive to iterative Pin
Nemanja Trifunovic12-Jun-08 5:22
Nemanja Trifunovic12-Jun-08 5:22 

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.