Project

General

Profile

Hangman cmath External Dependencies

Added by Philipp Bürki over 9 years ago

I am getting lots of errors in cmath and others (cstd.lib, xstring, ...) when trying to build the hangman example in vs2012 express.

cstd.lib errors I could solve by including iostream, but in cmath for example this doesn't work.

Those are some of the errors in cmath when building:

Error 4 error C2061: syntax error : identifier 'acosf' E:\VisualExpres 2012 C\VC\include\cmath 31 1 Project1

Error 5 error C2059: syntax error : ';' E:\VisualExpres 2012 C\VC\include\cmath 31 1 Project1

Error 6 error C2061: syntax error : identifier 'asinf' E:\VisualExpres 2012 C\VC\include\cmath 31 1 Project1

Error 7 error C2061: syntax error : identifier 'atanf' E:\VisualExpres 2012 C\VC\include\cmath 32 1 Project1

Error 8 error C2059: syntax error : ';' E:\VisualExpres 2012 C\VC\include\cmath 32 1 Project1

Error 9 error C2061: syntax error : identifier 'atan2f' E:\VisualExpres 2012 C\VC\include\cmath 32 1 Project1

Error 10 error C2061: syntax error : identifier 'ceilf' E:\VisualExpres 2012 C\VC\include\cmath 32 1 Project1

Error 11 error C2061: syntax error : identifier 'cosf' E:\VisualExpres 2012 C\VC\include\cmath 33 1 Project1

Error 12 error C2059: syntax error : ';' E:\VisualExpres 2012 C\VC\include\cmath 33 1 Project1

Error 13 error C2061: syntax error : identifier 'coshf' E:\VisualExpres 2012 C\VC\include\cmath 33 1 Project1

Error 14 error C2061: syntax error : identifier 'expf' E:\VisualExpres 2012 C\VC\include\cmath 33 1 Project1

Error 15 error C2061: syntax error : identifier 'fabsf' E:\VisualExpres 2012 C\VC\include\cmath 34 1 Project1

Error 16 error C2059: syntax error : ';' E:\VisualExpres 2012 C\VC\include\cmath 34 1 Project1

Error 17 error C2061: syntax error : identifier 'floorf' E:\VisualExpres 2012 C\VC\include\cmath 34 1 Project1

Error 18 error C2061: syntax error : identifier 'fmodf' E:\VisualExpres 2012 C\VC\include\cmath 34 1 Project1

Error 19 error C2061: syntax error : identifier 'frexpf' E:\VisualExpres 2012 C\VC\include\cmath 35 1 Project1

Error 20 error C2059: syntax error : ';' E:\VisualExpres 2012 C\VC\include\cmath 35 1 Project1

Thank you for an answer