Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Will clients need anything to run my EXEs?
Print
Pages: [
1
]
Author
Topic: Will clients need anything to run my EXEs? (Read 1733 times)
0 Members and 1 Guest are viewing this topic.
tom64
Jr. Member
Posts: 57
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.?
Logged
Newbie to C++ and SFML
AlexxanderX
Full Member
Posts: 128
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...).
Logged
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: 11030
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
»
Logged
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
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.
Logged
Newbie to C++ and SFML
Laurent
Administrator
Hero Member
Posts: 32498
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.
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Will clients need anything to run my EXEs?