Click here to Skip to main content
15,920,688 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Marshaling an Interface Pointer Pin
BuckBrown6-Feb-07 13:10
BuckBrown6-Feb-07 13:10 
GeneralRe: Marshaling an Interface Pointer Pin
Roger Stoltz6-Feb-07 13:44
Roger Stoltz6-Feb-07 13:44 
GeneralRe: Marshaling an Interface Pointer Pin
BuckBrown7-Feb-07 8:11
BuckBrown7-Feb-07 8:11 
GeneralRe: Marshaling an Interface Pointer Pin
Roger Stoltz7-Feb-07 10:59
Roger Stoltz7-Feb-07 10:59 
GeneralRe: Marshaling an Interface Pointer Pin
BuckBrown8-Feb-07 10:11
BuckBrown8-Feb-07 10:11 
GeneralRe: Marshaling an Interface Pointer Pin
Roger Stoltz8-Feb-07 10:37
Roger Stoltz8-Feb-07 10:37 
QuestionMFC SDI and Dialog Boxes Pin
werpa6-Feb-07 9:03
werpa6-Feb-07 9:03 
GeneralRe: MFC SDI and Dialog Boxes Pin
prasad_som6-Feb-07 18:11
prasad_som6-Feb-07 18:11 
AnswerRe: MFC SDI and Dialog Boxes (it can be a little offtopic) Pin
Joan M6-Feb-07 20:41
professionalJoan M6-Feb-07 20:41 
AnswerRe: MFC SDI and Dialog Boxes Pin
#realJSOP7-Feb-07 2:02
professional#realJSOP7-Feb-07 2:02 
QuestionOnReceive stop being called [modified] Pin
jpyp6-Feb-07 7:30
jpyp6-Feb-07 7:30 
QuestionRe: OnReceive stop being called Pin
Mark Salsbery6-Feb-07 14:04
Mark Salsbery6-Feb-07 14:04 
QuestionRe: OnReceive stop being called Pin
Mark Salsbery6-Feb-07 14:12
Mark Salsbery6-Feb-07 14:12 
AnswerRe: OnReceive stop being called Pin
jpyp7-Feb-07 11:41
jpyp7-Feb-07 11:41 
GeneralRe: OnReceive stop being called Pin
Mark Salsbery7-Feb-07 12:05
Mark Salsbery7-Feb-07 12:05 
GeneralRe: OnReceive stop being called Pin
Mike O'Neill7-Feb-07 15:49
Mike O'Neill7-Feb-07 15:49 
GeneralRe: OnReceive stop being called Pin
jpyp8-Feb-07 9:35
jpyp8-Feb-07 9:35 
QuestionSingleton inheritance Pin
Waldermort6-Feb-07 7:20
Waldermort6-Feb-07 7:20 
AnswerRe: Singleton inheritance Pin
Cedric Moonen6-Feb-07 7:48
Cedric Moonen6-Feb-07 7:48 
GeneralRe: Singleton inheritance Pin
Waldermort6-Feb-07 8:05
Waldermort6-Feb-07 8:05 
It goes like this. I have a rather large collection of classes, all intertwined with each other. There is only one class at the bottom of the hierarchy, but it branches out towards the top. Now an error could happen anywhere within this structure. When one does happen I need to be able to log it to a file, and/or display it to the user. Currently All my error codes are HRESULTs and I have created a simple macro to pop-up a dialog box thinking I would just change the macro when it comes to dealing with the errors in the proper way.

I don't want to have to open a file, seek and write everytime I need to write to it; so I'm thinking of creating a static class which would map the file to memory and keep it open for the duration of the process. Obviously it would need to be a singleton due to the number of classes which need to access the file. But I can't think where to place such a class in this hierarchy.
GeneralRe: Singleton inheritance Pin
Cedric Moonen6-Feb-07 8:16
Cedric Moonen6-Feb-07 8:16 
GeneralRe: Singleton inheritance Pin
Waldermort6-Feb-07 8:30
Waldermort6-Feb-07 8:30 
GeneralRe: Singleton inheritance Pin
Cedric Moonen6-Feb-07 8:33
Cedric Moonen6-Feb-07 8:33 
GeneralRe: Singleton inheritance Pin
Waldermort6-Feb-07 8:53
Waldermort6-Feb-07 8:53 
QuestionCalling a macro in Excel [modified] Pin
deville756-Feb-07 7:13
deville756-Feb-07 7:13 

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.