<< I've just started up the VC++ (1.1) learning curve. I like what I see so
far. I'm running this on Windows NT. One problem, though…..
I'm trying to write a small function which access the _dos_findfirst()
function.>>
Pardon the change in direction, but, since you're under NT, why don't you use
FindFirstFile(), FindNextFile(), and FindClose()? They work under Win32s, and
tell you a lot more than the DOS functions.