On Thu, 13 Apr 2006 22:39:57 +0400 Phil Krylov phil@newstar.rinet.ru wrote:
It byteswaps EMF records just for writing to disk. Adding byteswapping for reading from disk seems very easy - just feed the file content to the same byteswapper functions. I think it is a bit more clean
should be: to the same byteswapper function.
than your approach.
-- Ph.