SFML community forums

Help => Audio => Topic started by: codetemplar on August 28, 2016, 01:19:17 am

Title: Few questions before I start
Post by: codetemplar on August 28, 2016, 01:19:17 am
Hi all,

I am looking at using the audio module in my game and have some questions before I start.

1. I need to compile sfml using visual studio 2005 and I've read that sfml uses c++11 language features which VS2005 has no implementations. Is c++11 used extensively in the audio library making it difficult for me to port?

2. I am only interested in the audio module. Can I take this module on its own without graphics and networking modules etc?

Thanks for any help
Title: Re: Few questions before I start
Post by: jamesL on August 28, 2016, 01:38:06 am
"visual studio 2005"

you know you can get VS 2015 community edition for free
https://beta.visualstudio.com/vs/community/

you can use C#, Visual Basic, F#, C++, R, Python, HTML, JavaScript, TypeScript, Python
Title: Re: Few questions before I start
Post by: codetemplar on August 28, 2016, 02:18:03 am
Yes I know, unfortunately I'm locked in with it for this project. Believe me it's not by choice.
Title: AW: Few questions before I start
Post by: eXpl0it3r on August 28, 2016, 08:34:32 am
SFML doesn't use anu C++11 features, so it should work with it. Not sure how well the CMake script will work with VS 2005.

The audio module can be used standalone, you just need to link the system.module as well.