Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionmalloc() Pin
paully8-Feb-06 7:14
paully8-Feb-06 7:14 
AnswerRe: malloc() Pin
toxcct8-Feb-06 7:40
toxcct8-Feb-06 7:40 
GeneralRe: malloc() Pin
paully8-Feb-06 8:39
paully8-Feb-06 8:39 
QuestionRe: malloc() Pin
David Crow8-Feb-06 8:58
David Crow8-Feb-06 8:58 
QuestionOracle, CDatabase and multithread Pin
Nandiator8-Feb-06 6:21
Nandiator8-Feb-06 6:21 
AnswerRe: Oracle, CDatabase and multithread Pin
Chris Meech8-Feb-06 6:41
Chris Meech8-Feb-06 6:41 
QuestionProblem with FindNextChangeNotification Pin
Dan Neely8-Feb-06 5:19
Dan Neely8-Feb-06 5:19 
AnswerRe: Problem with FindNextChangeNotification Pin
James R. Twine8-Feb-06 6:20
James R. Twine8-Feb-06 6:20 
   I have experienced problems with that function (and ReadDirectoryChangesW(...), as I recently wrote here[^]) when using remote/network shares.

   The problem (for me) has been that the SMB implementation on the remote system was broken, or just did not support the ability to report on directory/file changes.  I had to modify my file detection threads to have also have a polling ability, so even while waiting for the change notification to fire (using WaitForMultipleObjects(...)), they also used the timeout interval to poll for new files.  That way, even if the change notification failed to be created or simply failed to fire, I would not miss any files (it would just take a little longer).

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralRe: Problem with FindNextChangeNotification Pin
Dan Neely8-Feb-06 7:16
Dan Neely8-Feb-06 7:16 
QuestionRe: Problem with FindNextChangeNotification Pin
David Crow8-Feb-06 9:00
David Crow8-Feb-06 9:00 
AnswerRe: Problem with FindNextChangeNotification Pin
Dan Neely8-Feb-06 9:51
Dan Neely8-Feb-06 9:51 
GeneralRe: Problem with FindNextChangeNotification Pin
David Crow8-Feb-06 10:16
David Crow8-Feb-06 10:16 
GeneralRe: Problem with FindNextChangeNotification Pin
Dan Neely8-Feb-06 11:41
Dan Neely8-Feb-06 11:41 
GeneralRe: Problem with FindNextChangeNotification Pin
David Crow9-Feb-06 2:51
David Crow9-Feb-06 2:51 
QuestionTree control bug? Pin
Gary Wheeler8-Feb-06 4:24
Gary Wheeler8-Feb-06 4:24 
AnswerRe: Tree control bug? Pin
David Crow8-Feb-06 4:45
David Crow8-Feb-06 4:45 
GeneralRe: Tree control bug? Pin
Gary Wheeler8-Feb-06 4:56
Gary Wheeler8-Feb-06 4:56 
AnswerRe: Tree control bug? Pin
James R. Twine8-Feb-06 4:59
James R. Twine8-Feb-06 4:59 
GeneralRe: Tree control bug? Pin
Gary Wheeler8-Feb-06 5:07
Gary Wheeler8-Feb-06 5:07 
AnswerRe: Tree control bug? Pin
Jack Puppy8-Feb-06 7:09
Jack Puppy8-Feb-06 7:09 
GeneralRe: Tree control bug? Pin
Gary Wheeler8-Feb-06 7:26
Gary Wheeler8-Feb-06 7:26 
QuestionHow to automatically start functioning Dailog based application Pin
Aqueel8-Feb-06 4:24
Aqueel8-Feb-06 4:24 
AnswerRe: How to automatically start functioning Dailog based application Pin
Maximilien8-Feb-06 4:33
Maximilien8-Feb-06 4:33 
GeneralRe: How to automatically start functioning Dailog based application Pin
Ryan Binns8-Feb-06 17:20
Ryan Binns8-Feb-06 17:20 
AnswerRe: How to automatically start functioning Dailog based application Pin
David Crow8-Feb-06 4:40
David Crow8-Feb-06 4:40 

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.