Hello!
I am trying to install SFML into my already existing old SFML project. However, after following the tutorial I received these compiler errors after build:
'{': no matching token found -> line 49
syntax error: ')' -> line 75
syntax error: 'constant' -> line 75
syntax error: missing ';' before 'constant' -> line 75
unexpected token (s) preceding ':'; skipping apparent function body -> line 75
All errors come from the music.hpp file.
I already tried all 3 different versions of SFML. vs12 vs14 and vs15. 32 bit for all.
I'm running windows10 as my os
If anyone had similar problems I would love to know! Thanks!