SFML community forums
Help => General => Topic started 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
-
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.