Computing.Net > Forums > Programming > how to write CD-ROM/DVD/CD

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to write CD-ROM/DVD/CD

Reply to Message Icon

Name: windchen
Date: January 9, 2005 at 23:44:36 Pacific
OS: windows xp
CPU/Ram: amd
Comment:

Please any one can specify how to write CD-ROM Driver on windows xp. Is there any ready made reference source code available or any API ?. How exactly it works ?



Sponsored Link
Ads by Google

Response Number 1
Name: Chi Happens
Date: January 10, 2005 at 06:12:35 Pacific
Reply:

This post is kinda confusing. Do you mean to ask how to write a device driver for a CD/DVD drive? (the confusion comes mainly from the last line "How exactly it works ?", since if you are going to write a device driver, you would probably understand what a device driver is and how a device driver works.

I guess my follow up question is: Why do you need to write a device driver for something that already has one in XP and (as far as I can tell) works great?

Anyhow, some info:
A device driver is an application that is used by an OS to interface with a device (be it a printer, hard disk, cdrom, or usb port). These are typically written in either C, C++, or ASM. They must adhere to the device driver standards published by the OS vendor. In the case of XP, microsoft is the one that sets these standards. To learn more about device drivers as well as obtaining APIs for developing them go here: Microsoft Device Drivers

Hope this helps,
Chi

"They mostly come at night...mostly"


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: how to write CD-ROM/DVD/CD

how to write binary file in visual www.computing.net/answers/programming/how-to-write-binary-file-in-visual-/11505.html

how to write trees in VB www.computing.net/answers/programming/how-to-write-trees-in-vb/12216.html

How to write a Shell script? www.computing.net/answers/programming/how-to-write-a-shell-script/18525.html