Click here to Skip to main content
15,793,104 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: preprocessor #include Pin
Vaclav_10-Jul-15 5:07
Vaclav_10-Jul-15 5:07 
GeneralRe: preprocessor #include Pin
Richard MacCutchan10-Jul-15 5:22
mveRichard MacCutchan10-Jul-15 5:22 
GeneralRe: preprocessor #include Pin
Vaclav_13-Jul-15 8:50
Vaclav_13-Jul-15 8:50 
GeneralRe: preprocessor #include Pin
Richard MacCutchan13-Jul-15 23:05
mveRichard MacCutchan13-Jul-15 23:05 
QuestionRe: preprocessor #include Pin
David Crow10-Jul-15 6:30
David Crow10-Jul-15 6:30 
AnswerRe: preprocessor #include Pin
Vaclav_13-Jul-15 8:34
Vaclav_13-Jul-15 8:34 
GeneralRe: preprocessor #include Pin
David Crow13-Jul-15 11:53
David Crow13-Jul-15 11:53 
QuestionWaiting for open files Pin
Drakesal4-Jul-15 1:46
Drakesal4-Jul-15 1:46 
Hi i am developing an application CListCtrl based, which can open more files listed inside, to do this i did thread for every file will be clicked, the problem is when i close a file i'd like to do some check operations on file, but using WaitForMultipleObjects it wait first i close all files and then perform the operations, with WaitForSingleObjects it wait only for first file and ignore the others.

I'd like so:

1) i open the file1.pdf - the program wait.
2) i open the file2.pdf - the program wait.
3) i close the file "file1.pdf" - the program perform operations on file1 (the file2.pdf is waiting)

Please i hope somebody can help me

Giovanni
AnswerRe: Waiting for open files Pin
Richard Andrew x644-Jul-15 5:58
professionalRichard Andrew x644-Jul-15 5:58 
GeneralRe: Waiting for open files Pin
Drakesal4-Jul-15 6:01
Drakesal4-Jul-15 6:01 
AnswerRe: Waiting for open files Pin
Richard Andrew x644-Jul-15 6:23
professionalRichard Andrew x644-Jul-15 6:23 
GeneralRe: Waiting for open files Pin
Drakesal4-Jul-15 6:33
Drakesal4-Jul-15 6:33 
AnswerRe: Waiting for open files Pin
Frankie-C4-Jul-15 6:44
Frankie-C4-Jul-15 6:44 
GeneralRe: Waiting for open files Pin
Drakesal4-Jul-15 21:24
Drakesal4-Jul-15 21:24 
GeneralRe: Waiting for open files Pin
Frankie-C5-Jul-15 2:22
Frankie-C5-Jul-15 2:22 
GeneralRe: Waiting for open files Pin
Drakesal5-Jul-15 11:10
Drakesal5-Jul-15 11:10 
GeneralRe: Waiting for open files Pin
Frankie-C5-Jul-15 11:14
Frankie-C5-Jul-15 11:14 
Questionlinux c++ use V8 crash Pin
kxjhcs3-Jul-15 18:38
kxjhcs3-Jul-15 18:38 
GeneralRe: linux c++ use V8 crash Pin
Richard MacCutchan3-Jul-15 22:20
mveRichard MacCutchan3-Jul-15 22:20 
AnswerRe: linux c++ use V8 crash Pin
Jochen Arndt3-Jul-15 23:04
professionalJochen Arndt3-Jul-15 23:04 
QuestionHome I/P Address Pin
ForNow3-Jul-15 12:41
ForNow3-Jul-15 12:41 
AnswerRe: Home I/P Address Pin
Richard MacCutchan3-Jul-15 22:19
mveRichard MacCutchan3-Jul-15 22:19 
GeneralRe: Home I/P Address Pin
ForNow4-Jul-15 19:30
ForNow4-Jul-15 19:30 
GeneralRe: Richard this code worked for me thanks Pin
ForNow4-Jul-15 20:47
ForNow4-Jul-15 20:47 
QuestionHow to Convert 8bit image data into RGB based on color palette in Direct2D? Pin
Kiran Satish1-Jul-15 17:10
Kiran Satish1-Jul-15 17:10 

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.