Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Audio
»
Few questions before I start
Print
Pages: [
1
]
Author
Topic: Few questions before I start (Read 2761 times)
0 Members and 2 Guests are viewing this topic.
codetemplar
Newbie
Posts: 3
Few questions before I start
«
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
Logged
jamesL
Full Member
Posts: 124
Re: Few questions before I start
«
Reply #1 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
Logged
codetemplar
Newbie
Posts: 3
Re: Few questions before I start
«
Reply #2 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.
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11032
AW: Few questions before I start
«
Reply #3 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.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
Help
»
Audio
»
Few questions before I start
anything