On 02.07.2010 17:52, Andre Riesberg wrote: > int hvol = _open(path,_O_RDWR|_O_BINARY); Hi Andre, if the file doesn't exist, you need additional mode flags: http://en.wikipedia.org/wiki/Open_%28system_call%29 Regards, Harald