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

Author Topic: Few questions before I start  (Read 2526 times)

0 Members and 2 Guests are viewing this topic.

codetemplar

  • Newbie
  • *
  • Posts: 3
    • View Profile
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

jamesL

  • Full Member
  • ***
  • Posts: 124
    • View Profile
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

codetemplar

  • Newbie
  • *
  • Posts: 3
    • View Profile
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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11004
    • View Profile
    • development blog
    • Email
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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/