We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, What would be the reasons for a program ignoring some functions that are supposed to be called. They are defined and they are called several times in the program, but there is one specific section skipping them. Why? Thank you
Have you looked at the assembly code generated to see if the function is called? If you haven't already done that, THAT is the place to start. Jon