Hello, Ladies and Guys
I posted my mario game to the projects forum, and a crash was reported, i was using VC# 2088 Express, and i saw that about 300 error messages (SFML namespace not found or something like that) appeared before the Debug started, but in my PC the game ran fine, then when they reported the crash, i thought it was due to the about 300 errors ... then i thought maybe the IDE version was too old and perhaps the SFML version wasn't compatible ... so i transferred the project to VS 2015 community that i had installed, and when try to Debug, it crashes at a little from starting ... most it reaches to start 1st level music and stops there ... there's no message in the console screen
so i suppose my question should be, what version of SFML should i use with my mario project in VS 2015?
and, i took a look to SFML version 2.3.2 that i thought would solve this problem, and it's not the same list of dlls as others, i don't know if it's necesary to do a special process or make ...
please can anyone help me?
thanks in advance
UPDATE:
i was able to see an error msg, it is "cannot load dll file csfml-graphics-2. Cannot find specified module. Exception HRESULT 0x8007007E"
but i copied the csfml-xxxxx to the .exe folder and the sfml-xxxx to the references node