Low Level Drive Access?

This is a discussion on Low Level Drive Access? within the C++ Programming forums, part of the General Programming Boards category; What approach would I take to get low level access to drives? Primary I want to start on optical drives, ...

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    15

    Low Level Drive Access?

    What approach would I take to get low level access to drives? Primary I want to start on optical drives, I was thinking of going in the direction of making ISO files from a CD. Then if I can get that far, I want to attempt to write to a cd/dvd drive. I searched through API's but I couldn't find anything. I don't know if I'll have to use ASM, but I don't mind doing that. Just need some guidance in which direction I should be looking. Thanks for any and all help.

    -Sean
    -Sean

  2. #2
    Super Moderator VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,515
    You can't.

    Well not without some kind of low-level driver. Windows will not give direct disk access to just any program. Check the SDK or the DDK for more info.
    Arrogance breeds bad code

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sounds and Audio Decoding/ Drive Access
    By coldfusion244 in forum Windows Programming
    Replies: 4
    Last Post: 03-03-2005, 01:50 PM
  2. Visual Basic vs C++
    By CodeNinja in forum A Brief History of Cprogramming.com
    Replies: 116
    Last Post: 07-29-2004, 10:43 AM
  3. Low level programming question
    By phooey in forum C++ Programming
    Replies: 2
    Last Post: 02-16-2003, 07:59 AM
  4. hard drive problems continually increasing
    By DavidP in forum Tech Board
    Replies: 5
    Last Post: 11-21-2002, 09:48 PM
  5. changing drive letter gaining access to a network
    By zornedge in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 11-29-2001, 09:57 AM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21