Questions tagged [cd-burning]

35 questions
12
votes
4 answers

Windows CD Burning API

We need to programatically burn files to CD in a C\C++ Windows XP/Vista application we are developing using Borlands Turbo C++. What is the simplest and best way to do this? We would prefer a native windows API (that doesnt rely on MFC) so as not to…
QAZ
  • 4,870
  • 6
  • 36
  • 50
11
votes
1 answer

Reading and Writing to a DVD/CD - Java

I'm working on a application called LMCT(Let Me Copy That) and it is programed in Java, I just need to know how to burn to a DVD/CD from java. any example, API or link is welcome.
Liam Haworth
  • 848
  • 1
  • 9
  • 27
5
votes
4 answers

Burn files to CD using c#

I am writing a program that downloads images to the hard drive and then I want to burn the folders that those are all divided up into, on a cd. I don't want to create and image to burn, I just want to take all those folders and files and burn them…
Bryan
  • 105
  • 1
  • 4
  • 11
4
votes
2 answers

Bluray Burner in Java - Where to start?

Like the subject of this post suggests, I am looking at developing a suite like nero which helps burn bluray discs. I am kind of clueless as to where to start. Is there anything in Java API that lets you do this? If I were to start from scratch,…
Jay
  • 2,394
  • 11
  • 54
  • 98
3
votes
1 answer

Watching CD/DVD burning files on Windows

I just want to log all files wrote to CD-ROM/DVD disks, and the source file (file which it's copied from) - and I cannot depend anyway from the burnning software. It's to know every file copied from the computer to any removable media.
3
votes
1 answer

Burning a CD programmatically

How can I write something onto a CD using ANSI C working under Windows?
user290222
  • 31
  • 1
3
votes
0 answers

How can I write a program to burn CD/DVD by Java?

I've searched in Internet about burning CD/DVD that can work either in Linux and Windows. but unfortunately, I couldn't find a good solution. Somebody suggested me, use commands line that related to Operating system. but I think it'd better write a…
Omid Nazifi
  • 5,235
  • 8
  • 30
  • 56
3
votes
2 answers

How to burn an Audio CD programmatically in Mac OS X

All the info I can find about burning cd's is for Windows, or about full programs to burn cd's. I would however like to be able to burn an Audio CD directly from within my program. I don't mind using Cocoa or Carbon, or if there are no API's…
Adion
  • 579
  • 1
  • 9
  • 21
2
votes
4 answers

Handle leaking in WinAPI CreateFile?

CreateFile allocates 2(!!) handles and CloseHandle closes only one handle when trying to get the low-level access to cd-rom device. OS Windows XP SP3, 5 of 7 tested computers works the same. When trying to access hdd drive letter CreateFiles works…
Svetlana
  • 1,103
  • 1
  • 14
  • 19
2
votes
1 answer

Accessing CD/DVD drive for backup from Adobe AIR application

Is it possible to burn a CD/DVD from an Adobe AIR app? How? I want my application to take some backup on the CD/DVD. Any other options?
simplfuzz
  • 12,479
  • 24
  • 84
  • 137
2
votes
0 answers

Detecting format of raw burned data which was burned as CDDA

Given a file containing raw data burned to a CD/DVD, I'm trying to figure out which format was used (i.e. ISO, UDF, etc.). For example, I can detect the ISO9660 format because in the beginning of one of the 2048-byte sectors I can find the string…
Itaypk
  • 1,103
  • 10
  • 25
2
votes
0 answers

How do I get the total sectors or size of a cd-rw with a closed file system on it

How do I get the total sectors or size of a cd-rw with a closed file system on it in C++. With Microsoft com object IDiskFormat2Data::get_TotalSectorsOnMedia I can get the 'free' number of sectors on a cd-rw. But if the disk is a cd-rw with data on…
user1404617
  • 585
  • 1
  • 5
  • 20
1
vote
0 answers

C# wrting/burning large wav file on Audio CD

I used this article to write Audio CD Creating Audio CDs using IMAPI2 Following this article i can write Audio CD, but with smaller wav files (upto 30 min audio file) And OutOfMemoryException is thrown on line IntPtr fileData =…
1
vote
4 answers

Write to a CD from .Net

Is there an easy way to write to a CD from .Net? How about creating a multisession CD that autoruns an executable that writes to itself?
Brian
  • 5,826
  • 11
  • 60
  • 82
1
vote
1 answer

Burn setup project to CD

I've never burnt a visual studio program to a CD before. I've made a setup project with all my program files, and it works fine. Do I simply need to burn the following installer files onto the CD and give it to someone? The installer is a folder…
OCER
  • 13
  • 3
1
2 3