2 May
2010
2 May
'10
3:40 p.m.
Hi Patrick You were quite right. In the end I puzzled out a solution that (seemed) to work. I got a new mem file that lets me build bigger mp files, many thanks. mp = mplib.new ( { hash_size = 10000000, main_memory = 10000000, param_size = 10000000, ini_version=true, mem_name=plain, find_file = finder, } ) if mp then res=mp:execute("input mpost.mp") end ================================ Not sure if this is right/correct but it seemed to work. Thanks Patrick! Graham