basio
December 5th, 2000, 02:26 PM
Hello,
The other night I spent (wasted?) 5 hours trying to find out why my program wouldn't compile and link (VC++ 6.0). Turns out that my "math.h" file was screwed up. I never suspected this until there was nothing else it could be. I simply replaced it with the math.h from my VC++ 5.0, and it worked fine.
Yes, I checked my other computer, with VC6 on it. The file was messed up on the installation. Very strange.
Probably few if any of you will encounter this problem, but just so you know, even those CRT files can be a source of error.
take care,
dan grill
The other night I spent (wasted?) 5 hours trying to find out why my program wouldn't compile and link (VC++ 6.0). Turns out that my "math.h" file was screwed up. I never suspected this until there was nothing else it could be. I simply replaced it with the math.h from my VC++ 5.0, and it worked fine.
Yes, I checked my other computer, with VC6 on it. The file was messed up on the installation. Very strange.
Probably few if any of you will encounter this problem, but just so you know, even those CRT files can be a source of error.
take care,
dan grill