View Single Post
Old 02-12-2004   #4 (permalink)
alexp
Nero Developer
 
Join Date: Oct 2003
Posts: 605
Quote:
NBF_WRITE // NBF_SIMULATE Write and simulate are not mutually exclusive, we just use either one or the other here.
| NBF_DISABLE_ABORT
| NBF_DETECT_NON_EMPTY_CDRW
| NBF_SPEED_IN_KBS
| NBF_CLOSE_SESSION
| NBF_CD_TEXT
| NBF_DISABLE_EJECT
|NCITEF_CREATE_ISO_FS
You really shouldn't ever be mixing unrelated flags. Here only NBF_ flags should be combined. NCITEF_ flags are used in a different place altogether.

Quote:
finally , after complete the burn ,I use to add another session,but can not,then
I use the nero application to detect the disk;the nero tell me ,the disk that I burn is not multsession disk; I do not knew why??
If a disc contains only one session, Nero will not show it is a multisession disc. Since you used NBF_CLOSE_SESSION, you should be able to write additional sessions to the disc. If you want the files from the previous session to be seen, you must import this session first.

Quote:
for example:in the nerocmd,the ppItemFirst seem to come from the NeroImportDataTrack();the pItemToAdd is the Item that we add to
the ppItemFirst;can you tell me my understand is ture or false?
Correct.

Quote:
can you tell me finally ,,,, the Item added to disk is the ppItemFirst or the
pItemToAdd??
It is ppItemFirst.
alexp is offline   Reply With Quote