AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2010.11.30 19:15 "[Tiff] Win32 ReadFile() / WriteFile() heads-up", by John Emmas
2010.11.30 19:26 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Toby Thain
2010.11.30 19:43 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Kevin Myers
2010.11.30 19:58 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by John Emmas
2010.11.30 20:08 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Toby Thain
2010.11.30 20:12 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Frank Warmerdam
2010.12.01 05:15 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Bob Friesenhahn
2010.12.01 08:45 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by John Emmas
2010.12.01 06:35 "Re: [Tiff] Tiff Digest, Vol 79, Issue 1 - Win32 ReadFile() / WriteFile() heads-up (John Emmas)", by David J Taylor
2010.12.01 17:40 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by John Emmas
2010.12.05 18:36 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Edward Lam
2010.12.01 12:37 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Phil Harvey
2010.12.05 18:05 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Edward Lam

2010.12.01 12:37 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Phil Harvey

FWIW, I think that you would run into problems using the standard C I/ O routines in Windows because as far as I know they do not support Unicode file names. On Unix this works seamlessly, but in Windows it breaks horribly. I have run into this problem with my cross-platform utility, and haven't yet found a solution.