Win32 C Programming
Solutions to common problems for Win32 developers
Sunday, March 23, 2008
Why do fread and _read return EOF before the end of my file?
There must be a problem in Microsoft's implementation of these functions. I had problems reading bitmap files, but everything worked fine after switching to
CreateFile
and
ReadFile
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Categories
Processes
Windows Shell
File System
Dialog Boxes
GDI
Common Controls
Visual Studio
Blog Archive
January
(1)
May
(4)
April
(4)
March
(19)
Live Traffic Feed
Live Blog Stats
No comments:
Post a Comment