Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Question about DLLs on Windows Platform...
Print
Pages: [
1
]
Author
Topic: Question about DLLs on Windows Platform... (Read 1929 times)
0 Members and 1 Guest are viewing this topic.
JeZ-l-Lee
Jr. Member
Posts: 80
Question about DLLs on Windows Platform...
«
on:
February 03, 2009, 11:21:04 pm »
Hi,
Are
"
sfml-graphics.dll
"
&
"
sfml-graphics-d.dll
"
both needed in the EXE binaries folder on Windows platform ?
What is difference between two above DLLs ?
Thanks, great library so far!!!
JeZ+Lee
SLNTHERO@aol.com
Silent Hero Productions(R)
Video Game Design Studio
http://www.SilentHeroProductions.com
Logged
JeZ+Lee
Silent Hero Productions(R)
Video Game Design Studio
http://www.SilentHeroProductions.com
Nexus
SFML Team
Hero Member
Posts: 6287
Thor Developer
Question about DLLs on Windows Platform...
«
Reply #1 on:
February 04, 2009, 12:16:40 am »
The one with "-d" suffix is purposed for debug, the one without for release configuration. So the DLL you require depends on the configuration you compile the application with.
Logged
Zloxx II
: action platformer
Thor Library
: particle systems, animations, dot products, ...
SFML Game Development
:
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Question about DLLs on Windows Platform...
anything