I'm experiencing a problem that some of you may have seen. I have an application that executes without any problems. If I comment out a sprintf() or a printf(), however, the code executes to a point and hangs. The point where it stops is not always the same after I reset. Once I uncomment the line everything works as it should.
What causes this? Is there a solution?
Thanks and thanks to all who helped on the previous question.