Problem with MSVC++

Started by
0 comments, last by TheBlackJester 22 years, 1 month ago
Hey, I just reformatted my comp and I reinstalled MSVC++. The math.h file is generating 322+ errors. I may be missing a file or sumthing but if you have any advice, please help me out. c:\program files\microsoft visual studio\vc98\include\math.h(92) : error C2059: syntax error : ''/'' c:\program files\microsoft visual studio\vc98\include\math.h(92) : error C2059: syntax error : '')'' c:\program files\microsoft visual studio\vc98\include\math.h(92) : error C2059: syntax error : '')'' c:\program files\microsoft visual studio\vc98\include\math.h(92) : error C2238: unexpected token(s) preceding '';'' c:\program files\microsoft visual studio\vc98\include\math.h(93) : error C2628: ''_complex'' followed by ''long'' is illegal (did you forget a '';''?) c:\program files\microsoft visual studio\vc98\include\math.h(93) : error C2628: ''_complex'' followed by ''double'' is illegal (did you forget a '';''?) c:\program files\microsoft visual studio\vc98\include\math.h(94) : error C2065: ''fabs'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(96) : error C2065: ''floor'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(98) : error C2065: ''fmod'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(100) : error C2065: ''frexp'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(102) : error C2065: ''ldexp'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(104) : error C2065: ''log'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(106) : error C2065: ''log10'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(108) : error C2065: ''modf'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(112) : error C2065: ''pow'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(114) : error C2065: ''sin'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(116) : error C2065: ''sinh'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(118) : error C2065: ''sqrt'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(120) : error C2065: ''tan'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(122) : error C2065: ''tanh'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(130) : error C2065: ''acos'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(132) : error C2065: ''asin'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(134) : error C2065: ''atan'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(136) : error C2065: ''atan2'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(138) : error C2065: ''ceil'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(140) : error C2065: ''cos'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(142) : error C2065: ''cosh'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(144) : error C2065: ''exp'' : undeclared identifier c:\program files\microsoft visual studio\vc98\include\math.h(508) : fatal error C1021: invalid preprocessor command ''ible'' ''I sure could use a vacation from this bullshit three ring circus sideshow of freaks...'' - TOOL [TheBlackJester]

"With my feet upon the ground I lose myself between the sounds and open wide to suck it in, I feel it move across my skin. I'm reaching up and reaching out. I'm reaching for the random or what ever will bewilder me, what ever will bewilder me. And following our will and wind we may just go where no one's been. We'll ride the spiral to the end and may just go where no one's been." - Maynard James Keenan Name: [email=darkswordtbj@hotmail.com]TheBlackJester[/email]Team: Wildfire Games
Projects O A.D.The Last Alliance

Advertisement
Did you install the service pack and completely rebuild your project after the install? When you change versions of MSVC you need to usually rebuild your whole project.

... just a thought

This topic is closed to new replies.

Advertisement