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

Search:

Type: Posts; User: 2kaud

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    1,483

    Re: write in log file through dll

    Instead of using fopen, try using CreateFile. That way when/if it fails you'll be able to get a proper error code from GetlastError().
  2. Replies
    7
    Views
    1,483

    Re: write in log file through dll

    The "a" mode does not remove the EOF marker before appending to the file. After appending has occurred, the MS-DOS TYPE command only shows data up to the original EOF marker and not any data appended...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured