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

Messages - vendeme

#1
Installation help / Re: [MSVC 2010] Build errors
19 October 2013, 00:30:49
You are now and 2010 do not support?
Unfortunately, I have to stop using TGUI, because, vc2012 does not work on winXp. :-[
#2
Installation help / Re: [MSVC 2010] Build errors
16 September 2013, 21:06:04
I returned to the rev b343a1de8, compiles fine.
git checkout b343a1de8 .
#3
Installation help / Re: [MSVC 2010] Build errors
16 September 2013, 20:51:48
I would use MSVC 2012, but it does not work on win xp.
Such is the incident.
#4
Installation help / Re: [MSVC 2010] Build errors
16 September 2013, 20:34:02
Now, I have these errors:
Quote2>ClCompile:
2>  Widget.cpp
2>..\..\..\src\TGUI\Widget.cpp(558): error C2143: синтаксическая ошибка: отсутствие ")" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(558): error C2143: синтаксическая ошибка: отсутствие ";" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(558): error C2143: синтаксическая ошибка: отсутствие ";" перед "}"
2>..\..\..\src\TGUI\Widget.cpp(558): error C2143: синтаксическая ошибка: отсутствие ";" перед ","
2>..\..\..\src\TGUI\Widget.cpp(559): error C2143: синтаксическая ошибка: отсутствие ";" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(559): error C2143: синтаксическая ошибка: отсутствие ";" перед "}"
2>..\..\..\src\TGUI\Widget.cpp(559): error C2143: синтаксическая ошибка: отсутствие ";" перед ","
2>..\..\..\src\TGUI\Widget.cpp(560): error C2143: синтаксическая ошибка: отсутствие ";" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(560): error C2143: синтаксическая ошибка: отсутствие ";" перед "}"
2>..\..\..\src\TGUI\Widget.cpp(560): error C2143: синтаксическая ошибка: отсутствие ";" перед ","
2>..\..\..\src\TGUI\Widget.cpp(561): error C2143: синтаксическая ошибка: отсутствие ";" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(561): error C2143: синтаксическая ошибка: отсутствие ";" перед "}"
2>..\..\..\src\TGUI\Widget.cpp(561): error C2143: синтаксическая ошибка: отсутствие ";" перед ","
2>..\..\..\src\TGUI\Widget.cpp(562): error C2143: синтаксическая ошибка: отсутствие ";" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(562): error C2143: синтаксическая ошибка: отсутствие ";" перед "}"
2>..\..\..\src\TGUI\Widget.cpp(562): error C2143: синтаксическая ошибка: отсутствие ";" перед ","
2>..\..\..\src\TGUI\Widget.cpp(563): error C2143: синтаксическая ошибка: отсутствие ";" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(563): error C2143: синтаксическая ошибка: отсутствие ";" перед "}"
2>..\..\..\src\TGUI\Widget.cpp(563): error C2143: синтаксическая ошибка: отсутствие ";" перед ","
2>..\..\..\src\TGUI\Widget.cpp(564): error C2143: синтаксическая ошибка: отсутствие ";" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(564): error C2143: синтаксическая ошибка: отсутствие ";" перед "}"
2>..\..\..\src\TGUI\Widget.cpp(564): error C2143: синтаксическая ошибка: отсутствие ";" перед ","
2>..\..\..\src\TGUI\Widget.cpp(565): error C2143: синтаксическая ошибка: отсутствие ";" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(565): error C2143: синтаксическая ошибка: отсутствие ";" перед "}"
2>..\..\..\src\TGUI\Widget.cpp(565): error C2143: синтаксическая ошибка: отсутствие ";" перед ","
2>..\..\..\src\TGUI\Widget.cpp(566): error C2143: синтаксическая ошибка: отсутствие ";" перед "{"
2>..\..\..\src\TGUI\Widget.cpp(566): error C2143: синтаксическая ошибка: отсутствие ";" перед "}"
2>..\..\..\src\TGUI\Widget.cpp(566): error C2143: синтаксическая ошибка: отсутствие ";" перед ","
2>..\..\..\src\TGUI\Widget.cpp(567): error C2059: синтаксическая ошибка: )
...
#5
Installation help / Re: [MSVC 2010] Build errors
16 September 2013, 20:07:53
The same thing.
Quote
2>..\..\..\src\TGUI\Widget.cpp(443): error C2665: std::ptr_fun: ни одна из 3 перегрузок не может преобразовать все типы аргументов
2>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\xfunctional(409): может быть "std::pointer_to_unary_function<_Arg,_Result,_Fn> std::ptr_fun<int,int>(_Result (__cdecl *)(_Arg))"
2>          with
2>          [
2>              _Arg=int,
2>              _Result=int,
2>              _Fn=int (__cdecl *)(int)
2>          ]
2>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\xfunctional(420): или       "std::pointer_to_unary_function<_Arg,_Result,_Fn> std::ptr_fun<int,int>(_Result (__stdcall *)(_Arg))"
2>          with
2>          [
2>              _Arg=int,
2>              _Result=int,
2>              _Fn=int (__stdcall *)(int)
2>          ]
2>          C:\Program Files\Microsoft Visual Studio 10.0\VC\include\xfunctional(431): или       "std::pointer_to_unary_function<_Arg,_Result,_Fn> std::ptr_fun<int,int>(_Result (__fastcall *)(_Arg))"
2>          with
2>          [
2>              _Arg=int,
2>              _Result=int,
2>              _Fn=int (__fastcall *)(int)
2>          ]
2>          при попытке сопоставить список аргументов "(overloaded-function)"
#6
Installation help / [MSVC 2010] Build errors
16 September 2013, 19:37:59
https://pastebin.com/hL1Xq6ry
I'm sorry for errors in Russian, no English versions of IDE.
#7
Installation help / Re: Build errors on VS 2008
23 August 2013, 12:31:23
May still need to go back to C++ x03?
Because of the rigid attachment to the new standard, perhaps many will not use this library.
#8
Installation help / Re: Build errors on VS 2008
12 August 2013, 00:55:18
Quote from: texus on 12 August 2013, 00:43:31
No, I recently decided to make the switch to c++11.

You will need at least Visual Studio 2010 to use tgui.
This is sad. Especially for the library.  :'(
#9
Installation help / Build errors on VS 2008
12 August 2013, 00:41:26
The TGUI does not support the standard below the C++11?

Visual Studio 2008 Professional Edition.
Cmake: Realise, TGUI_USE_STATIC_STD_LIBS
Errors on build (russian): https://pastebin.com/BLn1d9Kv
ps: In vs2010, the compilation is working properly.