-
February 21st, 2012, 01:02 PM
#16
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.
-
February 23rd, 2012, 11:33 AM
#17
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
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|