Click here to Skip to main content
15,795,318 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLock a file Pin
Iain Wiseman3-Nov-12 17:46
Iain Wiseman3-Nov-12 17:46 
AnswerRe: Lock a file Pin
Richard MacCutchan3-Nov-12 22:25
mveRichard MacCutchan3-Nov-12 22:25 
GeneralRe: Lock a file Pin
Iain Wiseman4-Nov-12 10:22
Iain Wiseman4-Nov-12 10:22 
GeneralRe: Lock a file Pin
Iain Wiseman4-Nov-12 11:58
Iain Wiseman4-Nov-12 11:58 
GeneralRe: Lock a file Pin
Richard MacCutchan4-Nov-12 22:06
mveRichard MacCutchan4-Nov-12 22:06 
GeneralRe: Lock a file Pin
Iain Wiseman4-Nov-12 23:17
Iain Wiseman4-Nov-12 23:17 
GeneralRe: Lock a file Pin
Richard MacCutchan5-Nov-12 4:05
mveRichard MacCutchan5-Nov-12 4:05 
GeneralRe: Lock a file Pin
Iain Wiseman5-Nov-12 9:58
Iain Wiseman5-Nov-12 9:58 
I am simply after in one process being able to prevent someone else opening a file whilst I am reading it. I do not have control over the opening of the file as this is done within the Xerces library. The file is an xml file hence the use of xerces. Once I have completed the read I want to sometimes delete the file.

Ideally I would have like to in my process

Check I have exclusive rights to the file
Read it using xerces
Delete it
GeneralRe: Lock a file Pin
SandipG 5-Nov-12 22:53
SandipG 5-Nov-12 22:53 
GeneralRe: Lock a file Pin
Richard MacCutchan5-Nov-12 23:10
mveRichard MacCutchan5-Nov-12 23:10 
GeneralRe: Lock a file Pin
Iain Wiseman6-Nov-12 20:29
Iain Wiseman6-Nov-12 20:29 
GeneralMessage Closed Pin
4-Nov-12 22:42
Sarath C4-Nov-12 22:42 
GeneralRe: Lock a file Pin
Richard MacCutchan5-Nov-12 4:00
mveRichard MacCutchan5-Nov-12 4:00 
AnswerRe: Lock a file Pin
Sarath C5-Nov-12 23:01
Sarath C5-Nov-12 23:01 
GeneralC CODE FOR RUNNING TWO SENSORS FOR BI-DIRECTIONAL COUNTING Pin
STEVE10K3-Nov-12 8:34
STEVE10K3-Nov-12 8:34 
GeneralRe: C CODE FOR RUNNING TWO SENSORS FOR BI-DIRECTIONAL COUNTING Pin
Tr@v3-Nov-12 12:15
Tr@v3-Nov-12 12:15 
GeneralRe: C CODE FOR RUNNING TWO SENSORS FOR BI-DIRECTIONAL COUNTING Pin
STEVE10K5-Nov-12 8:57
STEVE10K5-Nov-12 8:57 
AnswerRe: C CODE FOR RUNNING TWO SENSORS FOR BI-DIRECTIONAL COUNTING Pin
Tr@v7-Nov-12 8:47
Tr@v7-Nov-12 8:47 
GeneralRe: C CODE FOR RUNNING TWO SENSORS FOR BI-DIRECTIONAL COUNTING Pin
STEVE10K8-Nov-12 4:41
STEVE10K8-Nov-12 4:41 
GeneralRe: C CODE FOR RUNNING TWO SENSORS FOR BI-DIRECTIONAL COUNTING Pin
STEVE10K3-Dec-12 3:49
STEVE10K3-Dec-12 3:49 
QuestionC++ question. Please help me out Pin
Member 88567522-Nov-12 10:06
Member 88567522-Nov-12 10:06 
AnswerRe: C++ question. Please help me out Pin
jeron12-Nov-12 10:18
jeron12-Nov-12 10:18 
AnswerRe: C++ question. Please help me out Pin
Richard MacCutchan2-Nov-12 11:23
mveRichard MacCutchan2-Nov-12 11:23 
AnswerRe: C++ question. Please help me out Pin
Amarnath S3-Nov-12 21:49
professionalAmarnath S3-Nov-12 21:49 
Questionhow to return value after user input Pin
Member 21198442-Nov-12 6:11
Member 21198442-Nov-12 6:11 

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.