Added a built-in ‘register function’ for developers of runtimes.
Added the multi-import sample.
Fixed a bug with CreateFile on Windows. If the file exists the CreateFile now returns error code $$-48 (Duplicate FileName). In this situation also on Mac $$-48 is returned (was $$-1).
Added more example files (multi-image import, multi HTML export).