ok...Just let me know this whether its going right or not about the following:
1) Using the SFML 2 i am getting these files for debug mode
sfml-audio-d.lib
sfnl-audio-d-2.dll
same for graphics, windows,system ,network and only sfml-main-d.lib.
2) I add the include files of SFML 2 and link with -d.lib files
The compilation is successful
Then i run it ...then it shows error
"the program cannot start because sfml-graphics-d.dll is missing from your system"
I know in the debug folder of my project i have to put the .dll files to run...but my question is since it has not generated -d.dll because it has generated -d-2.dll, how can it be solved.
if i am right it should have generated -d.dll files instead of -d-2.dll ones from the SFML source compilation