| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| 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. |
| | |
| | #2 (permalink) |
| Nero Developer Join Date: Oct 2003
Posts: 605
| 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. |
| | |
| |
| |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Bookmarks |
| Thread Tools | |
| |
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 | Philips DVD Recorder and Player Forum | 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 |