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 - Asmitta

Pages: [1]
1
General discussions / Re: GUI with SFML
« on: February 29, 2020, 11:10:46 pm »
It is okay now, thanks. I checked stdc++14 in Settings->Compiler...
I can start learning tgui now

2
General discussions / Re: GUI with SFML
« on: February 29, 2020, 07:08:09 pm »
I'm using Code::Blocks and in my projects options the c++14 line is checked... :(

3
General discussions / Re: GUI with SFML
« on: February 28, 2020, 03:35:27 pm »
Thanks for the link texus.
But i get another problem. I successfully install tgui now, but when i compile the minimal code given on their website, i have this :
Quote
||=== Build: Debug in TGUI Test (compiler: GNU GCC Compiler) ===|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\Widgets\MenuBar.hpp||In member function 'unsigned int tgui::MenuBar::connectMenuItem(const std::vector<sf::String>&, Func&&, const Args& ...)':|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\Widgets\MenuBar.hpp|165|warning: lambda capture initializers only available with -std=c++14 or -std=gnu++14|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|63|error: expected primary-expression before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|63|error: expected ')' before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|63|error: expected unqualified-id before 'decltype'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|70|error: expected primary-expression before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|70|error: expected ')' before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|70|error: expected unqualified-id before 'decltype'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|77|error: expected primary-expression before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|77|error: expected ')' before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|77|error: expected unqualified-id before 'decltype'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|113|error: expected primary-expression before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|113|error: expected ')' before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|113|error: expected unqualified-id before 'decltype'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|121|error: expected primary-expression before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|121|error: expected ')' before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|121|error: expected unqualified-id before 'decltype'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|147|error: expected primary-expression before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|147|error: expected ')' before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|147|error: expected unqualified-id before 'decltype'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|155|error: expected primary-expression before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|155|error: expected ')' before 'auto'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|155|error: expected unqualified-id before 'decltype'|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp||In member function 'unsigned int tgui::SignalWidgetBase::connect(std::__cxx11::string, Func&&, const Args& ...)':|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|323|warning: lambda capture initializers only available with -std=c++14 or -std=gnu++14|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp||In member function 'unsigned int tgui::SignalWidgetBase::connect(std::__cxx11::string, Func&&, BoundArgs&& ...)':|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalImpl.hpp|333|warning: lambda capture initializers only available with -std=c++14 or -std=gnu++14|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalManagerImpl.hpp||In member function 'unsigned int tgui::SignalManager::connect(std::__cxx11::string, std::__cxx11::string, Func&&, const Args& ...)':|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalManagerImpl.hpp|78|warning: lambda capture initializers only available with -std=c++14 or -std=gnu++14|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalManagerImpl.hpp||In member function 'unsigned int tgui::SignalManager::connect(std::__cxx11::string, std::__cxx11::string, Func&&, BoundArgs&& ...)':|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\SignalManagerImpl.hpp|90|warning: lambda capture initializers only available with -std=c++14 or -std=gnu++14|
C:\Users\Asmitta\Documents\C++Docs\Jeu\TGUI Test\main.cpp|23|warning: 'virtual void tgui::Widget::mouseNoLongerDown()' is deprecated: Use leftMouseButtonNoLongerDown instead [-Wdeprecated-declarations]|
C:\Users\Asmitta\Downloads\TGUI-0.8\include\TGUI\Widget.hpp|659|note: declared here|
||=== Build failed: 21 error(s), 6 warning(s) (0 minute(s), 47 second(s)) ===|

4
General discussions / Re: GUI with SFML
« on: February 28, 2020, 03:10:26 pm »
What fails exactly?
My TGUI file doesn't contains the libs folder. The linking is then incomplete

5
General discussions / Re: GUI with SFML
« on: February 26, 2020, 01:59:55 am »
I'm using Nuklear now but i can't insert images...

For TGUI, i'm trying to install it, but it always fail. How can i install it ? I have follow all the instructions ont the website

6
General discussions / GUI with SFML
« on: February 21, 2020, 12:59:34 am »
Good evening first
I want to use textbox in sfml but it seems like it's doesn't exists. I have done researches on it but all the developers who started gui projects for sfml are not working on it again (nuklear, tgui, etc).
Where can i get more tutorials on it? Or can you give me another librairy that where made for gui in sfml ?

Pages: [1]
anything