I comment out a function and the application compiles(no errors or warnings) but when I run it, it freezes up and crashes out. I uncomment the function, not in use, and then the application works fine.
What is the best approach to deal with this problem?
Thanks
Stick a breakpoint on the function and see what’s calling it.