On 11/2/2020 10:04 PM, norm wrote: > Every C++ embedded project I have ever seen has exceptions turned off. I actually looked at implementing EH for DOS C++ programs. It's technically possible, but quite useless, as the necessary EH code would consume the entire 640Kb of memory :-/