1
General / Simple problem setting up SFML with c::b
« on: March 22, 2011, 05:47:34 am »Quote
Put your dlls where your exe is.
edit: Ok, the dll is in there. I'm finally understanding this.. Now I just need to find libgcc_s_dw2.dll file.. Thank you.
edit again: And, I can't find that file anywhere.. Why does it need this dll?
edit for a third time..: After doing some research, it appears that I have the SJLJ version of gcc and SFML uses the Dwarf2 version (dw2). I was able to download a copy of the dll and got it working, but in a previous post here asking about this question, Laurent said to not mix the two different versions. Should I get the other version of gcc, and if so, where do I download it?