Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Fungiy

Pages: [1]
1
Audio / Re: Compilation errors with music.hpp
« on: June 07, 2019, 01:24:32 am »
Thanks for the reply.

I did not find an instance in my code where I included that file specifically.
I included Audio.hpp however.

I attached a couple of screenshots of my setup. Can you tell me if I installed it correctly?

I did include the SFML_STATIC; macro

2
Audio / Compilation errors with music.hpp
« on: June 06, 2019, 11:08:51 am »
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!

Pages: [1]