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

Author Topic: SFML.NET static link AND forgetting about 32/64 bit. Is possible?  (Read 1461 times)

0 Members and 1 Guest are viewing this topic.

Tigre Pablito

  • Full Member
  • ***
  • Posts: 225
    • View Profile
    • Email
Hello Ladies and Guys of the Forum

Is it possible that I have my .EXE (SFML.Net C#) without need that it is accompanied by any DLL? And that my SFML games may run without any changes on both 32 and 64 bit systems?

Another thing: is it possible to choose an image for my SFML forum account from a disk file?

Thanks in advance

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: SFML.NET static link AND forgetting about 32/64 bit. Is possible?
« Reply #1 on: October 29, 2017, 12:00:33 am »
I don't think so, since SFML.Net will need to call into native code (CSFML and then SFML), I don't think this can be embedded into your application. Additionally, due to licensing you will have to ship OpenAL as DLL anyways and on top of that, you have to store resources (graphics, audio, etc) somewhere anyways, so trying to go for the one binary approach is kind of pointless.

Another thing: is it possible to choose an image for my SFML forum account from a disk file?
Go to your profile and upload one.

Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: SFML.NET static link AND forgetting about 32/64 bit. Is possible?
« Reply #2 on: October 29, 2017, 12:25:23 am »
Go to your profile and upload one.
(click to show/hide)
Is it possible that you have that option because of your forum priviledges, eXpl0it3r?
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

Tigre Pablito

  • Full Member
  • ***
  • Posts: 225
    • View Profile
    • Email
Re: SFML.NET static link AND forgetting about 32/64 bit. Is possible?
« Reply #3 on: October 29, 2017, 12:47:59 am »
I already tried but don't have that possibility in my profile settings, as Hapax said.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: SFML.NET static link AND forgetting about 32/64 bit. Is possible?
« Reply #4 on: October 30, 2017, 12:51:18 pm »
Didn't know the settings were wrong, you should now be able to upload one.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Tigre Pablito

  • Full Member
  • ***
  • Posts: 225
    • View Profile
    • Email
Re: SFML.NET static link AND forgetting about 32/64 bit. Is possible?
« Reply #5 on: October 30, 2017, 02:05:01 pm »
Thank you very much!!!!!!