That's fixed already in upcoming StarBurn version.
Thanks for pointing in any case
cyust wrote:
After upgrading to 6.4.10 I received the following compile errors:
c:\dev\RecordingSubsystem77GA\oem\StarBurn SDK\Include\StarBurn.h(2911) : error C3861: 'time': identifier not found, even with argument-dependent lookup
c:\dev\RecordingSubsystem77GA\oem\StarBurn SDK\Include\StarBurn.h(2920) : error C3861: 'ctime': identifier not found, even with argument-dependent lookup
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\time.h(156) : error C2365: 'ctime' : redefinition; previous definition was a 'formerly unknown identifier'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\time.h(166) : error C2365: 'time' : redefinition; previous definition was a 'formerly unknown identifier'
It was simple to fix by adding this before #including "StarBurn.h":
#include <time.h> // required by StarBurn.h
...just thought I'd mention it...
-Chris