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