#1 Burning Software

It is currently Thu Dec 19, 2024 8:10 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: unicode Volume Setting
PostPosted: Thu Jun 22, 2006 5:34 am 
Offline

Joined: Mon Jun 19, 2006 1:06 pm
Posts: 2
hi

star burn use make AUDIOCD & DATACD

but it have two problum


1. StarBurn_ISO9660JolietFileTree_BuildImage API p__PCHAR__VolumeSetName Not Sopport UINCODE

2. StarBurn_IsAudioFileSupported is wav file that is not return EN_SUCCESS


Top
 Profile  
 
 Post subject: Re: unicode Volume Setting
PostPosted: Thu Jun 22, 2006 12:23 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
1) You can use limited set of characters to format the name of the volume.

2) We need the logs to say WHY.

jinjung wrote:
hi

star burn use make AUDIOCD & DATACD

but it have two problum


1. StarBurn_ISO9660JolietFileTree_BuildImage API p__PCHAR__VolumeSetName Not Sopport UINCODE

2. StarBurn_IsAudioFileSupported is wav file that is not return EN_SUCCESS


Top
 Profile  
 
 Post subject: i can't log
PostPosted: Wed Jul 05, 2006 6:58 am 
Offline

Joined: Mon Jun 19, 2006 1:06 pm
Posts: 2
recodeing is suscess all file name is support unicode
volume is view garbage string
is not volume support unicode..?

my code

PVOID pBurner=NULL;
_DV(Ex_Num = StarBurn_CdvdBurnerGrabber_Create(
&m_pvBurner,
( PCHAR )( &ExceptionText ),
sizeof( ExceptionText ),
&Status,
&failed_info,
( PCALLBACK )( RecordCallback ),
(PVOID)this,
info->byPort, info->byBus, info->byTarget, info->byLun, m_dwBufferSize
));
pBurner = pvBurner;
exception_num = StarBurn_CdvdBurnerGrabber_TestUnitReadyEx(
pBurner,
(PCHAR)&exception_text, sizeof(exception_text),
&status, &failed_info, 2);
SD_CDBURN_RECODEMESSAGE, 0, (LPARAM) _T("TestUnitReadyEx"));
if( exception_num != EN_SUCCESS )
{
__leave;
}
exception_num = StarBurn_CdvdBurnerGrabber_GetBUP(
pBurner,
(PCHAR)&exception_text, sizeof(exception_text),
&status, &failed_info,
&isBUPEnabled, &isBUPSupported );

if( exception_num != EN_SUCCESS )
{

__leave;
}
else {

exception_num = StarBurn_CdvdBurnerGrabber_SetBUP(
pBurner,
(PCHAR)&exception_text, sizeof(exception_text),
&status, &failed_info,
TRUE );
if( exception_num != EN_SUCCESS )
{
m_iBurningMsg = BURNING_MSG_UNKNOWN;
//m_pCallBackFunc( m_iBurningMsg, 0 );
__leave;
}*/
//SendMessage(m_hParent, SD_CDBURN_RECODEMESSAGE, 0, (LPARAM) _T("SetBUP"));
}


exception_num = StarBurn_CdvdBurnerGrabber_SetSpeeds(
pBurner,
(PCHAR)&exception_text, sizeof(exception_text),
&status, &failed_info,
CDVD_SPEED_IS_KBPS_MAXIMUM,
m_ulRecordSpeed);

if( exception_num != EN_SUCCESS )
{
__leave;
}


exception_num = StarBurn_CdvdBurnerGrabber_GetSpeeds(
pBurner,
(PCHAR)&exception_text, sizeof(exception_text),
&status, &failed_info,
&valCurrentReadSpeed, &valMaximumReadSpeed,
&valCurrentWriteSpeed, &valMaximumWriteSpeed );


if( exception_num != EN_SUCCESS )
{
__leave;
}

StarBurn_ISO9660JolietFileTree_BuildImage(
m_ISO9660JolietFileTree,
(PCHAR)&exception_text, sizeof(exception_text),
&status,
m_DeviceInfoList[m_iSelDevice].track_info.m__LONG__NextWritableAddress,
lTreeLevel, //ISO9660_TREE_LEVEL
TRUE,
(PCHAR)m_szCDTitle,//UNICODE
"Publisher",
"Application"
);
exception_num = StarBurn_CdvdBurnerGrabber_SendOPC(
pBurner,
(PCHAR)&exception_text, sizeof(exception_text),
&status, &failed_info );
//SendMessage(m_hParent, SD_CDBURN_RECODEMESSAGE, 0, (LPARAM) _T("SendOPC"));
if( exception_num != EN_SUCCESS )
{
isSendOPCSuccessful = FALSE;
}
exception_num =
StarBurn_CdvdBurnerGrabber_TrackAtOnceFromTree(
pBurner,
(PCHAR)&exception_text, sizeof(exception_text),
&status, &failed_info,
m_ISO9660JolietFileTree,
TRUE, // FALSE
FALSE,
TRUE,
WRITE_REPORT_DELAY_IN_SECONDS,
BUFFER_STATUS_REPORT_DELAY_IN_SECONDS
);

if( exception_num != EN_SUCCESS )
{


__leave;
}
exception_num = StarBurn_CdvdBurnerGrabber_CloseSession(
pBurner,
(PCHAR)&exception_text, sizeof(exception_text),
&status, &failed_info );

if( exception_num != EN_SUCCESS )
{
m_iBurningMsg = BURNING_MSG_UNKNOWN;

__leave;
}


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 05, 2006 7:04 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
So Chinese names work fine for you? Can you send sample tree (no critical files) to me for experiments?

Sorry, volume name must be in 8-bit encoding so far. We'll change it later.

Thanks!


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 35 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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group