SFML community forums

General => General discussions => Topic started by: ymerdawe on March 29, 2009, 04:39:42 pm

Title: Does Visual Studio 2005 professional work with Sfml?
Post by: ymerdawe on March 29, 2009, 04:39:42 pm
Hi, im trying to follow the totorial för version 1.4

My languageskills is probably bad caus i cant get if: "SFML is maintained using VC++ 2005 Professional, but the following explanations are valid for other versions such as VC++ 2005 Express, VC++ 9, VC++ 7 or even VC++ 6. "

means that SFML woks with VC++2005 pro or if it just works with the other versions of vc++ or if it works with them all, but its just that its maintained with vc++2005pro

Can someone tell me if it will work for me please, i have version 2005 professional

Thank you:)
Title: Does Visual Studio 2005 professional work with Sfml?
Post by: Aval on March 29, 2009, 05:28:26 pm
Yes, I think it means that all the IDEs listed work.
Title: Does Visual Studio 2005 professional work with Sfml?
Post by: Laurent on March 29, 2009, 05:32:56 pm
Yes, of course it works.

It would be very hard to make a library work for all these versions of the VC++ compiler except the 2005 professional ;)

The only difference between the express and professional versions are about the tools (profiler) and extra-libraries (MFC) provided, not the compiler itself.