Click here to Skip to main content
15,906,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Function Pointer error Pin
Mustafa Ismail Mustafa1-Oct-07 21:21
Mustafa Ismail Mustafa1-Oct-07 21:21 
GeneralRe: Function Pointer error Pin
Cedric Moonen1-Oct-07 21:28
Cedric Moonen1-Oct-07 21:28 
GeneralRe: Function Pointer error Pin
Mustafa Ismail Mustafa1-Oct-07 21:38
Mustafa Ismail Mustafa1-Oct-07 21:38 
QuestionA Basic File Question. Pin
chandu0041-Oct-07 19:58
chandu0041-Oct-07 19:58 
AnswerRe: A Basic File Question. Pin
Nishad S1-Oct-07 20:43
Nishad S1-Oct-07 20:43 
GeneralRe: A Basic File Question. Pin
chandu0041-Oct-07 21:02
chandu0041-Oct-07 21:02 
AnswerRe: A Basic File Question. Pin
KarstenK1-Oct-07 21:17
mveKarstenK1-Oct-07 21:17 
AnswerRe: A Basic File Question. Pin
Nelek1-Oct-07 21:50
protectorNelek1-Oct-07 21:50 
I had the same problem once. And I made it as KarstenK has said.

I was setting a flag that meant "deleted" but with one difference. That was only while the programm was running. When the programm was closing (OnDestroyWindow (), OnCloseDocument () or any other message you want to use) I made an update from file doing the process that NS17 has told you. Is the only process I know to do it with FILE. Another thing is with CArchive and its Serialize.

Making it so, you have max quickness during programm execution but the report stays in "desirable" limits. If not, after some "days" you may have a report with lots of deleted members which flag has to asked too know if they are valid or "deleted"

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

QuestionError Message Pin
ashishbhatt1-Oct-07 17:50
ashishbhatt1-Oct-07 17:50 
AnswerRe: Error Message Pin
zakkas24831-Oct-07 18:06
zakkas24831-Oct-07 18:06 
GeneralRe: Error Message Pin
ashishbhatt1-Oct-07 18:17
ashishbhatt1-Oct-07 18:17 
AnswerRe: Error Message Pin
Ontanggabe Parulian1-Oct-07 18:40
Ontanggabe Parulian1-Oct-07 18:40 
GeneralRe: Error Message Pin
zakkas24831-Oct-07 18:41
zakkas24831-Oct-07 18:41 
GeneralRe: Error Message Pin
zakkas24831-Oct-07 18:48
zakkas24831-Oct-07 18:48 
AnswerRe: Error Message Pin
Stephen Hewitt1-Oct-07 19:08
Stephen Hewitt1-Oct-07 19:08 
GeneralRe: Error Message Pin
ashishbhatt1-Oct-07 19:10
ashishbhatt1-Oct-07 19:10 
GeneralRe: Error Message Pin
Stephen Hewitt1-Oct-07 19:24
Stephen Hewitt1-Oct-07 19:24 
GeneralRe: Error Message Pin
ashishbhatt1-Oct-07 19:28
ashishbhatt1-Oct-07 19:28 
GeneralRe: Error Message Pin
zakkas24831-Oct-07 19:26
zakkas24831-Oct-07 19:26 
GeneralRe: Error Message Pin
ashishbhatt1-Oct-07 19:30
ashishbhatt1-Oct-07 19:30 
GeneralRe: Error Message Pin
zakkas24831-Oct-07 19:35
zakkas24831-Oct-07 19:35 
GeneralRe: Error Message Pin
Stephen Hewitt1-Oct-07 19:37
Stephen Hewitt1-Oct-07 19:37 
QuestionRe: Error Message Pin
David Crow2-Oct-07 2:28
David Crow2-Oct-07 2:28 
AnswerRe: Error Message Pin
Cedric Moonen1-Oct-07 20:58
Cedric Moonen1-Oct-07 20:58 
QuestionHow to read bytes from winsock efficiently Pin
Ontanggabe Parulian1-Oct-07 17:20
Ontanggabe Parulian1-Oct-07 17:20 

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.