1) You need to take a closer look at UDF2xxx samples shipped with V10.5 of StarBurn SDK. Also we've updated help files and documented all-the-new UDF2 API calls. Please either wait for a couple of days so we'll release it or contact us at
support@rocketdivision.com if the issue is really urgent.
2) We'll add UDF version change in V11. January-Februray 2009.
3) Not with UDF2. Check older UDF API it does bridge FS. New one will not.
david wrote:
Hi there,
I need to write data to either file or disc. While this seems to be easy for
ISO / Joliet filesystem, I cannot figure out how to write UDF directly to disc.
What I have done is:
Build the file tree with StarBurn_UDF_Add and StarBurn_UDF_CreateEx.
I'm able to write this to an image file (this is trivial with the provided sample).
How can I write the tree directly to disc? StarBurn_UDF2_ISO9660FileTreeCreate and then StarBurn_CdvdBurnerGrabber_TrackAtOnceFromTree looks promising, but I cannot get this work. Where do I get the second parameter to StarBurn_UDF2_ISO9660FileTreeCreate from?
Any simple sample or description on how to get this done?
Some other questions:
1.) How to work with the StarBurn_UDF2.. functions? Not documented or used in any sample.
2.) How to change the UDF version?
3.) How to write in bridge mode (UDF and ISO-Joliet)
All this is needed for data discs only, no Video-DVD etc.
Kind regards,
Dave