Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Finished engine code. Compile it as static library or dynamic?
Print
Pages: [
1
]
Author
Topic: Finished engine code. Compile it as static library or dynamic? (Read 1202 times)
0 Members and 1 Guest are viewing this topic.
Putarda
Jr. Member
Posts: 56
Finished engine code. Compile it as static library or dynamic?
«
on:
December 04, 2016, 09:13:55 pm »
I finally finished my game engine and I don't know should I compile it as static or dynamic library? While searching for an answer, I found that dll is better if you just use OpenGL without SFML.
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11032
Finished engine code. Compile it as static library or dynamic?
«
Reply #1 on:
December 04, 2016, 09:41:46 pm »
For Windows it doesn't really matter. Pick whatever you find easier to deal with. Note that OpenAL needs to be shipped as DLL due to its license
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Finished engine code. Compile it as static library or dynamic?