Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Dynamic DLL's in seperate folder
Print
Pages: [
1
]
Author
Topic: Dynamic DLL's in seperate folder (Read 1281 times)
0 Members and 1 Guest are viewing this topic.
kidchameleon
Newbie
Posts: 29
Dynamic DLL's in seperate folder
«
on:
May 05, 2016, 12:22:49 am »
Hi all,
I'm just curious. Would it be possible to compile dynamically but have the DLL files in a separate folder for distribution?
Cheers
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11028
Re: Dynamic DLL's in seperate folder
«
Reply #1 on:
May 05, 2016, 12:46:57 am »
Yes, there are actually multiple ways to achieve it, see the
MSDN article on DLL search order
.
I think one of the easier solution would be to set the working directory to the directory where the DLLs are in.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
kidchameleon
Newbie
Posts: 29
Re: Dynamic DLL's in seperate folder
«
Reply #2 on:
May 05, 2016, 09:28:56 am »
Thanks eXpl0it3r ill have a good read with that!
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Dynamic DLL's in seperate folder
anything