If one has to live in two worlds, i.e. Erlang and C++, is there a better way to integrate these environments (in a consistent way) without using "normalized" returned values, like {true, Value} or {false, ErrMsg}? Valentin.