CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Paul McKenzie

Search: Search took 6.38 seconds.

  1. Replies
    16
    Views
    2,479

    Re: Strange Problem in File Save

    You keep asking "why", but no one knows without being your partner in debugging the code (and also have knowledge of interrupts and MSDOS).

    Regards,

    Paul McKenzie
  2. Replies
    16
    Views
    2,479

    Re: Strange Problem in File Save

    This is not the way to check if the program is sound. A program can run for years without showing any problems, yet can still have a bug hidden away.

    You need to duplicate the problem. When...
  3. Replies
    16
    Views
    2,479

    Re: Strange Problem in File Save

    You still haven't shown any code. A file being saved as blank should have been debugged within a few minutes, not 10 days. You're simply not debugging correctly, or you're not familiar with how to...
  4. Replies
    16
    Views
    2,479

    Re: Strange Problem in File Save

    Have you debugged your program? That is the way you find out why a program behaves the way it does.

    Also, a program isn't working fine (as you stated) if there is anything wrong with it. Just...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured