#1 Burning Software

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

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: How can register the StarBurnX?
PostPosted: Tue Jul 08, 2008 8:02 am 
Offline

Joined: Tue Jul 08, 2008 7:50 am
Posts: 8
How can register the StarBurnX?


Code:
// Create StarBurnX component
m_starBurnX.CreateInstance(CLSID_StarBurnX);
if(m_starBurnX != NULL)
{
     // Initialize StarBurnX component with a FREE license
     if(FAILED(m_starBurnX->Initialize(_T(""))))
     {
         AfxMessageBox(_T("Error initialization of StarBurnX component"));
         return;
     }
     ..
}


HRESULT Initialize ([in] BSTR license)ï¼›

The parameter: license is a string of key or the key file name?
:(


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 08, 2008 1:25 pm 
Offline

Joined: Fri Jan 11, 2008 6:13 am
Posts: 200
Location: BVI
You need to pass key string you'll get inside StarBurn.txt to this API call.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 09, 2008 1:03 am 
Offline

Joined: Tue Jul 08, 2008 7:50 am
Posts: 8
yes, i have registered it , and get the key file(StarBurn.key) for starburn sdk.

How can registered the starburnx with "HRESULT Initialize ([in] BSTR license);"

:cry: :cry:


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 09, 2008 9:02 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

You should get value of the "OCX key =" from the StarBurn.key file and pass this value, as string, to the Initialize function!!

Regards,

Dmitry


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 14 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