#1 Burning Software

It is currently Thu Dec 19, 2024 5:04 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: #include <time.h> missing from StarBurn.h
PostPosted: Mon Jun 19, 2006 9:38 pm 
Offline

Joined: Thu Jan 05, 2006 3:23 pm
Posts: 33
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


Top
 Profile  
 
 Post subject: Re: #include <time.h> missing from StarBurn.h
PostPosted: Tue Jun 20, 2006 7:26 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
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


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 51 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