I have a binary file produced by term_to_binary in 1995 (erl4.3.1). The problem is that I want to use the information in that file with the latest version of Erlang but binary_to_term can't read the representation used by the old term_to_binary. The function erlang:old_binary_to_term doesn't work either. Does anybody know how to solve this problem? /Ulf Ekström