SFML community forums

Help => General => Topic started by: tom64 on March 29, 2013, 01:03:46 pm

Title: Will clients need anything to run my EXEs?
Post by: tom64 on March 29, 2013, 01:03:46 pm
If I make a program that uses SFML is there any chance it won't run because they don't have something installed? i.e. They won't need .NET, or OpenGL, etc.?
Title: Re: Will clients need anything to run my EXEs?
Post by: AlexxanderX on March 29, 2013, 02:14:20 pm
For .NET cases I don't know, but maybe some dlls and everything app use( images, etc...).
Title: AW: Will clients need anything to run my EXEs?
Post by: eXpl0it3r on March 29, 2013, 02:45:57 pm
This all depends on the platform you're talking about and how you link the dependencies.
So you should provide more information.

If you use C++ & SFML there's no need for the .NET framework.
Title: Re: Will clients need anything to run my EXEs?
Post by: tom64 on April 03, 2013, 09:05:16 am
I'm using Visual Studio to write C++. I'm not really sure what .NET is, all I know is I don't want it. I'm not sure if VS automatically adds it to C++ exes or not.
Title: Re: Will clients need anything to run my EXEs?
Post by: Laurent on April 03, 2013, 09:26:38 am
Quote
I'm not really sure what .NET is
Something you don't have to care about if you do C++. It's a language family (C#, Visual Basic.Net, ASP.Net, ...) with its big framework.