| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Nov 2004
Posts: 4
| How do I burn a directory or multiple files with neroSDK I am programming a project in visual C++ 6.0 and I am using the code from nerofiddlesto burn files to CD,however that code only shows how to burn 1 file at a time. Can anyone tell me how I can program it to burn multiple files. Thank you, Freeman Taylor |
| | |
| | #2 (permalink) |
| Nero Developer Join Date: Oct 2003
Posts: 605
| It is rather simple really. You must build a file/folder tree hierarchy of NERO_ISO_ITEM structures using subDirFirstItem and nextItem fields for connecting items on the next and current levels, respectivelly. Once everything is set up, use the pointer to the root NERO_ISO_ITEM where appropriate. Make sure to allocate NERO_ISO_ITEM structures using NeroCreateIsoItem and free them after use with NeroFreeMem. |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add multiple files to Listbox, then burn the list of files | rdcrumbaker | Nero SDK Discussion Forum | 4 | 23-03-2006 04:19 |
| Eample of using ListBox to pick multiple files to burn and burn | rdcrumbaker | Nero SDK Discussion Forum | 0 | 06-03-2006 17:22 |
| burning multiple files with nerosdk | freemantaylor | Newbie Forum | 0 | 01-12-2004 00:48 |
| Burn multiple files to DVD | garthhinkel | Nero SDK Discussion Forum | 1 | 25-11-2004 14:43 |
| how can I burn directory(including subfolders, files) to CD/DVD-Rom use nero sdk 1.05 | _teapot_ | Nero SDK Discussion Forum | 1 | 02-09-2004 13:39 |