RenderTexture support?

Started by jungletoe, 15 August 2013, 23:03:24

jungletoe

Quote from: texus on 17 August 2013, 11:57:55
I found the issue.

You were linking to the static sfml libraries, but to the dynamic tgui libraries. This isn't possible (because tgui uses the SFML_STATIC as well). I am very surprised that this is even possible, I would have expected tons of errors or warnings in this situation.

So if you link to tgui-s.lib instead of tgui.lib then the problem should go away.

Haha ok, that's really weird. Thanks for your time :)