Search:

Type: Posts; User: JimboStlawrence

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    5,179

    To UNLOCK the drive, I simply had to close the...

    To UNLOCK the drive, I simply had to close the file handle.



    CloseHandle(hFile);



    Hope the above helps someone...
  2. Replies
    5
    Views
    5,179

    Hi all, To anyone that has been following this...

    Hi all,

    To anyone that has been following this thread. I managed to cobble together enough from other sites to be able to read a sector, make a change, and then store that buffer back at the same...
  3. Replies
    5
    Views
    5,179

    I've since read that, since Vista/Windows 7,...

    I've since read that, since Vista/Windows 7, files/volumes must be locked (exclusive?) before they can be written to, else some other app' could potentially write to the same file/sector as my app. ...
  4. Replies
    5
    Views
    5,179

    Hi Salem, Many thanks for getting back to me...

    Hi Salem,

    Many thanks for getting back to me quickly on this.

    Aye, I've noticed that before, that things don't happen and there's no error. Annoying! :-)

    The opening in "a" mode is what...
  5. Replies
    5
    Views
    5,179

    SD card write to sector

    Hi all,

    I've been programming in Visual Studio 2015 - Windows Forms Managed C.

    What I'd like to be able to do now is write to an SD card by sector i.e. not just create files using the simple...
Results 1 to 5 of 5