Main Menu
Menu

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.

Show posts Menu

Topics - cuddlyogre

#1
In order to build FormBuilder using static libs, you need to add the following to the dependencies, on Windows at least. Without these, you get a host of unresolved symbols.

I am using the most recent SFML from Github.


[SFML_ROOT]\lib\jpeg.lib
[SFML_ROOT]\lib\glew.lib
[SFML_ROOT]\lib\freetype.lib
winmm.lib
#2
General Discussion / Just want to say thank you
14 November 2013, 09:01:36
My search for a GUI library that even works has been quite unsuccessful, either due to no documentation for use with SFML, or it being years out of date.

I just want to say thank you from the bottom of my heart for TGUI, most especially for the C# binding that actually works. I can now finally get to work on my game.

Somewhat related, do you have a buglist or anything concerning the C# TGUI? I'd like to help out any way I can.