CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Feb 2012
    Posts
    9

    Smile Re: Processing multiple files from a single directory

    Thanks Paul, really appreciate the info! I'll take all of this on board and get to grips with the debugging properly.

  2. #17
    Join Date
    Feb 2012
    Posts
    9

    Resolved Re: Processing multiple files from a single directory

    I worked out what the problem was on this issue. I needed to add a...
    Code:
    FileIn.clear();
    FileSave.clear();
    .. so that it would recognise the next file. Just applied it to 700 files and works great. Thanks to all for the advice on debugging and compiler options.

    Cheers

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured