Fiveedit can give a full function list.... (have seen it)
But is there some utility that will show all used functions that have been called when the start function is used?
ex. In a menu there is function Customers() I want a list off all functions that will be called when I execute only this function.
Why, I'm converting a large program with many hundreds of functions, and also 70 menu options. I want to start my converted 32 bit with only the most basic options working, and from time to time I want to update the rest of the program...
I only want 10 % of the program working as fast as possible and the rest should be FW new functions and new way of programming. (Old way is not good)
Only disable a menu item will give the function also in a list when I want to convert to new way.
ex. In commander is search for global " Index on" and If I could only have than the 10% functions that are needed, the conversion speeds up. Now I have the full 100% of code and functions.
I hope this makes sence ))