Click here to Skip to main content
15,905,874 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: iterator Pin
Waldemar Ork1-Jul-09 11:23
Waldemar Ork1-Jul-09 11:23 
QuestionMFC Pin
kumar sanghvi1-Jul-09 7:28
kumar sanghvi1-Jul-09 7:28 
AnswerRe: MFC Pin
led mike1-Jul-09 7:33
led mike1-Jul-09 7:33 
AnswerRe: MFC Pin
Stuart Dootson1-Jul-09 9:05
professionalStuart Dootson1-Jul-09 9:05 
AnswerRe: MFC Pin
transoft1-Jul-09 9:41
transoft1-Jul-09 9:41 
AnswerRe: MFC Pin
Alan Balkany2-Jul-09 5:00
Alan Balkany2-Jul-09 5:00 
QuestionIs there a easy way to move chunk of memory? Pin
transoft1-Jul-09 5:39
transoft1-Jul-09 5:39 
AnswerRe: Is there a easy way to move chunk of memory? Pin
led mike1-Jul-09 5:48
led mike1-Jul-09 5:48 
QuestionRe: Is there a easy way to move chunk of memory? Pin
CPallini1-Jul-09 7:38
mveCPallini1-Jul-09 7:38 
AnswerRe: Is there a easy way to move chunk of memory? Pin
Chris Losinger1-Jul-09 8:00
professionalChris Losinger1-Jul-09 8:00 
QuestionFile Sharing (not) Pin
Caslen1-Jul-09 5:02
Caslen1-Jul-09 5:02 
AnswerRe: File Sharing (not) Pin
David Crow1-Jul-09 5:26
David Crow1-Jul-09 5:26 
GeneralRe: File Sharing (not) Pin
Caslen1-Jul-09 5:33
Caslen1-Jul-09 5:33 
GeneralRe: File Sharing (not) Pin
Stuart Dootson1-Jul-09 6:12
professionalStuart Dootson1-Jul-09 6:12 
GeneralRe: File Sharing (not) Pin
Caslen1-Jul-09 6:18
Caslen1-Jul-09 6:18 
GeneralRe: File Sharing (not) Pin
Stuart Dootson1-Jul-09 7:05
professionalStuart Dootson1-Jul-09 7:05 
GeneralRe: File Sharing (not) Pin
David Crow1-Jul-09 7:18
David Crow1-Jul-09 7:18 
GeneralRe: File Sharing (not) Pin
Caslen1-Jul-09 21:54
Caslen1-Jul-09 21:54 
GeneralRe: File Sharing (not) Pin
David Crow2-Jul-09 3:55
David Crow2-Jul-09 3:55 
GeneralRe: File Sharing (not) Pin
Caslen2-Jul-09 5:15
Caslen2-Jul-09 5:15 
Ok thats beginning to make more sense, the older version of software is probably opening the file, not marking it as open so the newer version can still open it, the newer version is modifying the data file and saving it before the older version then saves an unmodified data file. This ties in with the customers complaint that he is losing changes he's making to his files.

A couple more questions (sorry!) and probably drifting out of scope here but...

1. Would the file system itself be smart enough to know that a file has been changed since it was opened? (ie if another PC modifies the file between the first PC opening it and closing it)

2. On a typical file system would it be possible to automatically mark a file as already open?

Thanks

Steve
QuestionRe: File Sharing (not) Pin
David Crow2-Jul-09 5:18
David Crow2-Jul-09 5:18 
AnswerRe: File Sharing (not) Pin
Caslen2-Jul-09 5:30
Caslen2-Jul-09 5:30 
GeneralRe: File Sharing (not) Pin
David Crow2-Jul-09 5:33
David Crow2-Jul-09 5:33 
QuestionClass Template in Visual C++ Pin
emira671-Jul-09 4:32
emira671-Jul-09 4:32 
AnswerRe: Class Template in Visual C++ Pin
led mike1-Jul-09 4:40
led mike1-Jul-09 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.