Pete, On the sdo code it tries to include the file <sys/time.h>, so I found the folder sys inside the folder C:\Program Files\Microsoft Visual Studio 8\VC\include\, but there is no time.h in it. I just found timeb.h and utime.h, but no time.h :s
Adriano Crestani On 3/8/07, Pete Robbins <[EMAIL PROTECTED]> wrote:
Adriano, On Linux this should be in the standard include path the comiler uses in /usr/include. On Windows this will be in the standard compiler include path: C:\Program Files\Microsoft Visual Studio 8\VC\include. This should be set up in the environment by running the vcvars32.bat script found in C:\Program Files\Microsoft Visual Studio 8\VC\bin Cheers, On 08/03/07, Adriano Crestani <[EMAIL PROTECTED]> wrote: > > Hi, > > I was trying to build a project that uses sdo c++, but it fails cause it`s > not finding the time.h file. Where do I find this header? > > Adriano Crestani > -- Pete
