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

Author Topic: Will clients need anything to run my EXEs?  (Read 1532 times)

0 Members and 1 Guest are viewing this topic.

tom64

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Will clients need anything to run my EXEs?
« 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.?
Newbie to C++ and SFML

AlexxanderX

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • AlexanderX
Re: Will clients need anything to run my EXEs?
« Reply #1 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...).
Here you can find my blog and tutorials about SFML - http://alexanderx.net/ (died...) - http://web.archive.org/web/20160110002847/http://alexanderx.net/

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10914
    • View Profile
    • development blog
    • Email
AW: Will clients need anything to run my EXEs?
« Reply #2 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.
« Last Edit: April 03, 2013, 11:49:38 am by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

tom64

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Will clients need anything to run my EXEs?
« Reply #3 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.
Newbie to C++ and SFML

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Will clients need anything to run my EXEs?
« Reply #4 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.
Laurent Gomila - SFML developer

 

anything