Read floppy-disk sector (Win 98)

T

temir_gal

Good evening!
I can't read the sector's from floppy in Win98 OS. My application is
32-capacity and that's why I can't use interrupts. At the same time
HANDLE hFile1 = CreateFile( "\\\\.\\A:", ..... etc);
DWORD resRd, resWr;
ReadFile(hFile1, imgBuf, diskLength, &resRd, 0);
CloseHandle(hFile1);
don't working in Win98.
What decision can be?
Thanks!

P.S. I saw old themes and can't found this question answer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top