#1 Burning Software

It is currently Sat Apr 27, 2024 10:09 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: ISO 9660 level 1 (strict) filename conformance
PostPosted: Wed May 06, 2009 11:44 am 
Offline

Joined: Wed May 06, 2009 11:31 am
Posts: 1
Hello,

I recently encountered a problem when creating a iso 9660 level 1 mode 2 (XA) + joliet cd.
The filenames in the joliet are correct, but in the iso I have the following problem:
According to the 'strict' iso 9660 level 1 standard the filenames of files without an extension need to end with an additional '.' before the ';' character.
Can this be configured in StarBurn SDK?

I used the following code to create the CD:

Code:
VOID * pISOTree = NULL;
if ( pStarBurn_ISO9660JolietFileTree_Create( &pISOTree, m_szExceptionText, sizeof( m_szExceptionText ), &m_nSystemError, StarburnSDKCallback, this, FALSE, FALSE, FALSE, FILE_TREE_JOLIET ) != EN_SUCCESS )
  {
    return E_FAIL;
  }

  // Add the files
  ...

EXCEPTION_NUMBER nr = EN_FAILURE;
pNewElement = NULL;
nr = pStarBurn_ISO9660JolietFileTree_Add( pISOTree, m_szExceptionText, sizeof( m_szExceptionText ), &m_nSystemError,  (char *)(const char *) szNewRecord.GetString(), NULL, FILE_TIME_LAST_WRITE, &pISORoot, &pNewElement );
   
   if ( (nr != EN_SUCCESS) || (pNewElement == NULL) )
   {
     return E_FAIL;
   }

  // Prepare the virtual ISO image
  if ( pStarBurn_ISO9660JolietFileTree_BuildImage( pISOTree, m_szExceptionText, sizeof( m_szExceptionText ), &m_nSystemError, 0, 0, TRUE, (char *)(const char *)szVolumeName,"", "" ) != EN_SUCCESS )
  {
    return E_FAIL;
  }


Top
 Profile  
 
 Post subject: Re: ISO 9660 level 1 (strict) filename conformance
PostPosted: Wed May 06, 2009 12:28 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
With some extra work from programmers - yes. We already have this in the schedule (but in very low priority).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 23 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group