by Valentin K.
16. November 2009 03:55
We have added a way to set CD-TEXT genre string. In addition the IDiscCopy/DiscCopy class can now copy DVD-R DL discs in "Layer Jump" mode.
A note about the C++ API:
As of 3.0.4 you will need to reference the primo::burner namespace explicitly in your code. To do that insert a "using namespace primo::burner;" statement immediately after the inclusion of hpCDE.h:
#include "hpCDE.h"
using namespace primo::burner;