> Pretty much, but, in investigation, time.h does not exist on either of my
> devel systems. I'm using VC++ 7, and it's unmanaged.
> I talked to one of our other programmers, and he's had the dame problem for
> 2 years, no time.h, and nothing but problems.
Hmm. Does your staff use machines derived from a common base-level system?
On this VS.Net 2003 system, "dir time.h" reports this:
05/31/2002 02:28 AM 5,628 time.h
My guess is that it is a bad setup. Do you have a directory named something
like
"C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include"
Does it not include about 150 headers?
Regards,
Will
JLW - 11 Jun 2004 18:22 GMT
Now this is strange, it didn't show up under a windows search, but in going
to the directory by hand, things are starting to fall into place. WTF is
going on with that?
Okay, so that problem solved, now it's time to move onto other challenges.
Thanks again,
JLW
> > Pretty much, but, in investigation, time.h does not exist on either of my
> > devel systems. I'm using VC++ 7, and it's unmanaged.
[quoted text clipped - 17 lines]
> Regards,
> Will
JLW - 14 Jun 2004 14:23 GMT
I've got this problem licked, but now have a new one, and I'll start a new
thread....
Thanks,
JLW
> Now this is strange, it didn't show up under a windows search, but in going
> to the directory by hand, things are starting to fall into place. WTF is
[quoted text clipped - 27 lines]
> > Regards,
> > Will