Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nayk0

Pages: [1]
1
General / Re: SFML 2.0 unwind resume (C::B)
« on: August 04, 2013, 11:19:51 am »
... so you took the DW2 version? :P

yes, like a boss  8)

it was stupid yeah, Im downloading the sjlj one, gonna do the tutorial step-by-step again with this one  :P


EDIT: Ok, that was the funniest mistake ever, I just had to download the sjlj one  ::) Should have 100% trust the tutorial, the test from the tutorial works, I have the green circle ^^ thank you for the fast answer !

2
General / Re: SFML 2.0 unwind resume (C::B)
« on: August 04, 2013, 10:22:08 am »
Im using GCC 4.7 MinGW(DW2) with windows and C::B 12.11. I read in the tutorial that if I was using the mingw version that came with CodeBlocks, I probably had to take the SJLJ one, but in the MinGW/bin folder, I have the dw2 and sjlj DLL so I didnt know what to do, so I took the DW2 because I used to take this one with 1.6.

I will first try to use the SJLJ one and then try to compile with the mingw you linked, thank you for the answer  :)

3
General / SFML 2.0 unwind resume (C::B)
« on: August 04, 2013, 01:18:44 am »
Hi, I just downloaded the Sfml 2.0 and tried to compile the first example of the tutorial but I still have the same error which is "undefined reference to `_unwind_resume`". I already tried to Recompile the sfml in order to match my gcc version. I followed step-by-step the sfml 2.0 tutorial and the "Recompile SFML" tutorial. I already searched in the forum for some answer, I found a topic that was matching my problem and the advice was to "recompile the sfml", so I did it but still the same error. Maybe I didnt recompiled it well (it was the first time).

(before the unwind resume error, I had the "__gxx_personality_v0" error, I fixed it by adding "void *__gxx_personality_v0;" in my source code (found this solution on google) )

I Hope you will be able to help me.

Pages: [1]
anything