InterviewSolution
Saved Bookmarks
| 1. |
Solve : CD Burner and DLLS?? |
|
Answer» HI all, im MAKING some CD burning software (summer project for fun) and i need help with the burning part. do i need any dlls, if so, how do i create the dlls? and can i just copy the files to CD with My.Computer.copy.**** ETC?I am guessing your LANGUAGE is VB? You need a cd burning API in order to do that. So you'll either have to write your own from scratch (if you even have to ask this is way above your level) or utilize an existing API. Check out this site: http://www.vbaccelerator.com/home/VB/Type_Libraries/IMAPI_(CD_Burning)/article.asp Or do a bit of googling.Well.... I've been googling for the last 5 hours for it so would i have to do it in C++ (upgrading project) or just use the API?Well... To make it more intresting, im going to do from scratch in C++ or C#. Got any Tips or Ideas?You will need to familiarize yourself with windows drivers and how to create them. You would need to find out how to interact with the burner and what commands they expect. etc, etc. Basically making a low level API is a very advanced stuff. I would suggest you use an existing API.i was reading the API's article and i didn't understand what they say and then i need to get C++ to do it any way. |
|