Hi all,
I am having a problem. Basically if I try to run the exe on another computer I get the libgcc_s_dw2-1.dll not found error. Which is strange because I am running hte 64 bit version of SFML and I am sure that should be the seh lib. I am using code::blocks.
I compiled SFML from source. I compiled it 4 times. For debug and release, and the I compiled it with the Build Shared libs unticked, so I could link SFML statically.
In Code::blocks I am setting the flags
-static-libstdc++
-static-libgcc
-static
In other compiler options. I have even gone into global compiler settings and ticked the static libraries there too. I have done my research before posting. I read a pile of posts on this forum, and on stackoverflow and tried everything I have found, to no avail.
I even tried adding SFML_STATIC to #defines as well.
I have been trying to get this to work for 3 days without getting it to work, and now I thought I would ask the question.
Asimov