PrimoBurner(tm) for C++
4.2
CD, DVD and Blu-ray Software Development Kit
|
The samples provided with PrimoBurner SDK may need additional tools/libraries to be built with.
PrimoBurner SDK samples come with solutions and projects for VS 2008 and VS 2010. The following GUI samples use MFC as a shared dll: AudioBurner, BluRayBurner, DataBurner, DataBurnerEx, DiscCopy, DVDBurner
All samples are distributed with XCode 2 and XCode 3 projects. The following samples use Qt framework to build the needed user interface: AudioBurner, DiscCopy, DVDBurner, BluRayBurner PrimoBurner SDK distributes the QtCore and QtGui libraries which can be found in the Frameworks folder of the package.
The following samples are included with NetBeans "C/C++ Qt Application" projects: AudioBurner (Qt), DiscCopy (Qt), DVDBurner (Qt), BluRayBurner (Qt), DataBurner.
To use these projects the client machine should have installed NetBeans IDE with C/C++ support. Netbeans IDE is available through Synaptic Package Manager, but may be installed from http://netbeans.org/downloads/. Make sure the installed version of NetBeans IDE supports C/C++ technology. Qt framework is also required to build and run the designated samples above - it can be installed using Synaptic Package manager or be installed from http://qt.nokia.com/downloads/. To run the 32bit samples on a 64bit Ubuntu, please make sure ia32-lib package is installed on the target machine. The package is available through Synaptic Package Manager, but may also be installed using the following script: sudo apt-get install ia32-libs.