Hello everyone,
I've just compiled my SFMl program using MSVS2012 and SFML.
As for MSVS, i used release configuration, turning down any debug options,
using the SFMl x86 include and lib folders, including all the libs into the linker
and including the dlls to the folder where the exe is.
Once I click th executable, I open it and play it perfectly, but when a friend
tries to open it in his computer, the SFML window opens but it keeps as a blank
window minimized into the window taskbar.
Since this friend has already installed every dependencie from MSVS (c++ redistributable and net framework)
I believe its something about how I compiled SFML or how I programmed SFML.
EDIT: IT was resolution
If there is something wrong there which is not allowing other people to run it
or if you have this matter before please tell me so I can solve it.
Thank you!