SFML community forums

Help => General => Topic started by: JeZ-l-Lee on February 03, 2009, 11:21:04 pm

Title: Question about DLLs on Windows Platform...
Post by: JeZ-l-Lee 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
Title: Question about DLLs on Windows Platform...
Post by: Nexus 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.