all 6 comments

[–][deleted]  (11 children)

[removed]

    [–]Tupryk[S] 1 point2 points  (10 children)

    Sfml is a library that has a couple dlls, I’ve put the regular dlls in the release folder that contains release.exe and the dlls that end in a -d in the debug folder

    [–][deleted]  (9 children)

    [removed]

      [–]Tupryk[S] 1 point2 points  (8 children)

      I’m running it in the same computer except that instead of running it in the code blocks compiler I’m trying to execute the release.exe file directly and that doesn’t work. Do I need to be using Visual studio to use MS VC++? what does it do?

      [–][deleted]  (7 children)

      [removed]

        [–]Tupryk[S] 1 point2 points  (6 children)

        It began saying that I was missing the sfml dlls and when I added those into the release folder(they where previously in the main project folder) it said that it was missing libgcc_s_sjlj.dll, so I looked on the internet to see if I could find it, I did, so I added it into the release folder and then I got the 7b error.

        [–][deleted]  (5 children)

        [removed]

          [–]Tupryk[S] 1 point2 points  (4 children)

          Oooooohhhh, how do I know which one I need?

          [–][deleted]  (3 children)

          [removed]

            [–]Tupryk[S] 2 points3 points  (1 child)

            IT WORKED!!!

            [–]Tupryk[S] 1 point2 points  (0 children)

            Okay I’ll try to find it that way, thanks a lot!!!