Go Back   Club Myce > Software > Burning Software > Nero & InCD



Reply
 
LinkBack Thread Tools
Old 13-01-2005   #1
New on Forum
 
Join Date: Jan 2005
Posts: 10
Saving Data track from a disc to Hard Disk, Please Help

Hello All,

I am trying to save a Data track from a disc to an iso file on hard disk. My first question is -

1. Is it possible to do such a thing using NeroSDK?

2. I tried it with the following pseudo-code -

NERO_ISO_ITEM *niiTmp
void *pCDStamp

niiTmp = NeroImportDataTrack(ndhDeviceHandle, 0, &pCDStamp, &pInfo, NIITEF_IMPORT_ISO_ONLY, &nidtrResult, NULL)

This is successful.

ndhImgRecorder = Open ImageRecorder

writeCD.nwcdpCDStamp=NULL
writeCD.nwcdArtist=NULL
writeCD.nwcdTitle=NULL
writeCD.nwcdCDExtra=FALSE
writeCD.nwcdNumTracks=0
writeCD.nwcdMediaType = MEDIA_CD

//Make ISO from the NERO_ISO_ITEM tree returned by NeroImportDataTrack()

writeCD.nwcdIsoTrack = NeroCreateIsoTrackEx(niiTmp,"Test", NCITEF_CREATE_ISO_FS|NCITEF_USE_JOLIET|NCITEF_RELAX_JOLIET);

//Save Image to file on Hard Disk

int iRes = NeroBurn(ndhImgRecorder, NERO_ISO_AUDIO_CD, &writeCD,NBF_WRITE, 0, &npProgress);


When I burn the saved image file to CDRW, it only burns the directory structure but the the files themselves are not burnt. If someone could please explain this?

3. When and how is the "pCDStamp" used ?

If someone could please point to relevant information or share their experience or help, I would be extremely grateful. Thanks a lot.

regds.
FalconB is offline   Reply With Quote
Old Today
Register to remove me
 
 
Join Date: Today
Location: Myce HQ
Posts: Zillions
Old 13-01-2005   #2
Nero Developer
 
Join Date: Oct 2003
Posts: 603
You may try setting writeCD.nwcdpCDStamp=pCDStamp in your code but I am not sure this will work. The original intention is to use the same disc for burning as was the one used for importing the data track. You are attempting to do a whole different thing with two recorders involved.

If this fails, you must wait for the next SDK that will include disc-to-disc copying.
alexp is offline   Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesn't the data track on a disc go after an erase RCM Blank Media 11 27-12-2007 15:06
Way of saving MDS off a hard disk but not on cd or dvd, but dvd-ram>? gregtherotterius Copy Protection 0 07-05-2006 23:53
Hard Disc Recorder : How to clone the HARD DISK ??? flep1258 Consumer electronics 2 13-01-2006 00:27
Recovering data from an external hard disk docdocdoc9 General Software 6 17-10-2005 11:22
Writing data file from hard disk to dvd + RW p1518 Newbie Forum 3 27-06-2004 21:58


All times are GMT +2. The time now is 05:53.
Top