Click here to Skip to main content
15,909,898 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File Copy Hook? Pin
John M. Drescher27-May-05 4:28
John M. Drescher27-May-05 4:28 
GeneralRe: File Copy Hook? Pin
Priyank Bolia27-May-05 8:47
Priyank Bolia27-May-05 8:47 
GeneralRe: File Copy Hook? Pin
John M. Drescher27-May-05 10:53
John M. Drescher27-May-05 10:53 
GeneralRe: File Copy Hook? Pin
Priyank Bolia28-May-05 2:02
Priyank Bolia28-May-05 2:02 
GeneralCORBA - NameService Pin
torpedus26-May-05 22:33
torpedus26-May-05 22:33 
GeneralRe: CORBA - NameService Pin
Bob Stanneveld26-May-05 22:52
Bob Stanneveld26-May-05 22:52 
GeneralRe: CORBA - NameService Pin
torpedus26-May-05 23:02
torpedus26-May-05 23:02 
GeneralRe: CORBA - NameService Pin
Bob Stanneveld26-May-05 23:28
Bob Stanneveld26-May-05 23:28 
Yes, the following things should always be done (with every code you write)
<list>
  • Write code that handles errors where errors can be expected (you did this)
  • If you find an error don't just print "ERROR" Print as much information as you can. This information often is found in the caugth exception, or can be obtained through some api's
    Without that information, many things could be happening. Maybe you run a firewall that blocks your namingserver, etc...

    Blog[^]

  • Generallanguage and AFX_TARG_... question Pin
    tim63526-May-05 22:21
    tim63526-May-05 22:21 
    GeneralInsert my Win32 window into an MFC Dialog Pin
    anderslundsgard26-May-05 21:45
    anderslundsgard26-May-05 21:45 
    GeneralCWnd::CreateControl copy/paste problem Pin
    Johan O26-May-05 20:40
    Johan O26-May-05 20:40 
    GeneralRe: CWnd::CreateControl copy/paste problem Pin
    Ryan Binns27-May-05 2:34
    Ryan Binns27-May-05 2:34 
    GeneralRe: CWnd::CreateControl copy/paste problem Pin
    Johan O27-May-05 9:41
    Johan O27-May-05 9:41 
    GeneralCBitmap.GetBitmapDimensions() problem Pin
    toxcct26-May-05 20:36
    toxcct26-May-05 20:36 
    GeneralRe: CBitmap.GetBitmapDimensions() problem Pin
    PJ Arends26-May-05 22:12
    professionalPJ Arends26-May-05 22:12 
    GeneralRe: CBitmap.GetBitmapDimensions() problem Pin
    toxcct26-May-05 22:19
    toxcct26-May-05 22:19 
    GeneralRe: CBitmap.GetBitmapDimensions() problem Pin
    PJ Arends26-May-05 22:29
    professionalPJ Arends26-May-05 22:29 
    GeneralRe: CBitmap.GetBitmapDimensions() problem Pin
    Gary R. Wheeler28-May-05 2:45
    Gary R. Wheeler28-May-05 2:45 
    GeneralRe: CBitmap.GetBitmapDimensions() problem Pin
    toxcct28-May-05 6:42
    toxcct28-May-05 6:42 
    QuestionEnumWindows usage ? Pin
    toxcct26-May-05 20:22
    toxcct26-May-05 20:22 
    AnswerRe: EnumWindows usage ? Pin
    22491726-May-05 21:14
    22491726-May-05 21:14 
    AnswerRe: EnumWindows usage ? Pin
    ThatsAlok26-May-05 21:32
    ThatsAlok26-May-05 21:32 
    QuestionHow to Prevent Switching of Controls of Views in a Multiple View SDI Application using splitter window Pin
    nripun26-May-05 19:48
    nripun26-May-05 19:48 
    GeneralAbout Serializaiton Pin
    VPNampoothiri26-May-05 19:47
    VPNampoothiri26-May-05 19:47 
    GeneralWrong assembly copied during build Pin
    RockyMu26-May-05 19:04
    RockyMu26-May-05 19:04 

    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.