| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Nov 2003 Location: Globe
Posts: 22
| WriteSectorsUnBuffered Error! Can anyone help me on using WriteSectorsUnBuffered API, i've used this just the same as what mentioned in this forum but as, my code got into line bellow, i got an exception error, i just want to make a CD IMage , is there any better idea than using packet reading and writting apis, i do realy need to make a CD IMage. INeroFileSystemBlockAccess* infsba = NeroCreateBlockWriterInterface( ndhDeviceHandle, ePacketWriting);// it OK NeroFSSecNo noSectorsW = 1; char bufferW[2048]; memset(bufferW,'Z',sizeof(bufferW)); const void *pDataW = bufferW; NeroFSSecNo startSectorW = 0; NeroFSSecNo SectorsWrittenW = 0; NeroFSSecNo &noSectorsWrittenW = SectorsWrittenW; int err = infsba->WriteSectorsUnBuffered(pDataW,startSectorW,noSectorsW,noSectorsWrittenW); i've done all initializations too. thnks ![]() |
| | |
![]() |
| 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 |
| error Write error at 3552 (16) - Code 03 0C 08 [Write error, recovery fail] | Spilner | VSO Software | 2 | 08-12-2006 21:19 |
| Writing to CD failed, MEDIUM ERROR: Write ERROR (3:0x0c:0x00) | pwhee435 | Clone CD | 0 | 30-08-2006 16:59 |
| WriteSectorsUnBuffered not working | Prashant Sharma | Nero SDK Discussion Forum | 0 | 22-02-2006 05:21 |
| Unreal 2 GPF error installing-> Error=Data error (cyclic redundancy check) | yonderboy | General Software | 3 | 19-05-2003 02:08 |
| clonecd error: "writing to cd failed, meduim error: write error - loss of streaming | djrolo | Dutch: De Woonkamer | 2 | 01-05-2000 20:39 |