Quote Originally Posted by fiodis View Post
The complete program's several thousand lines split up among different source files. I'm never sure what to do when I need help with those; I know I should post as complete a program as possible, but snippets seem to be the only thing that's practical.
Snippets are useless if the same snippet, when placed in a small program, doesn't produce any errors.

If the program is several thousand lines, but what you're posting is easily condensed to a 3 or 4 line program, the first thing you should have done is write and test the small program first. If that small program runs OK, then you should debug your larger program.

Regards,

Paul McKenzie