CD Burner

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by J. Baker.

Has anyone made a cd burner with PB? Looking to make one that can burn music as well as data. Any help would be great, thanks.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by MrVainSCL.

Hi J.Baker,
i think if you want code a simple cd burner app for WinXP only, you could use the integrated API commands of WinXP to write direct to the cd... But i dont know to mutch about this.

PIII450, 256MB Ram, 80GB HD + 6,4 GB, RivaTNT, DirectX9.0, SB AWE64, Win2000 + all Updates...

greetz
MrVainSCL! aka Thorsten
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

Hi,

Its quite complicated... take a look on this VB code that let you read some part of the ISO image of a CD.

http://www.planetsourcecode.com/vb/scri ... 4&lngWId=1

Its more like you need to find some dll (not an activex) that burn and call it from PB.
I dont know if that dll exists...



Best Regards

Ricardo

Dont cry for me Argentina...
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by freak.

@MrVainSCL

What you mean are not API calls, these are COM Interfaces.
You would have to use CallCOM() here, and that is really compicated.

I think, searching for a DLL to achive the goal would be the best solution.

Just my 2 cents...

Timo
Post Reply