OldSchoolHack

Register / Login English

GUI compile Fehler


icon GUI compile Fehler #1

Join Date: Mar 2011

Posts: 29

User-Rating:

1 positive
0 negative
Hallo, ich habe alles so gemacht wie es im Tutorial beschrieben ist.
Allerdings spuckt mir VS 2015 6 Fehler aus:

Quote
Severity Code Description Project File Line Suppression State
Quote
Error C2672 'std::invoke': no matching overloaded function found OSHGUI C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits 1434
Quote
Error C2672 'std::invoke': no matching overloaded function found OSHGUI C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits 1434
Quote
Error C2893 Failed to specialize function template 'unknown-type std::invoke(_Callable &&,_Types &&...)' OSHGUI C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits 1434
Quote
Error C2672 'std::invoke': no matching overloaded function found OSHGUI C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits 1434
Quote
Error C2893 Failed to specialize function template 'unknown-type std::invoke(_Callable &&,_Types &&...)' OSHGUI C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits 1434
Quote
Error C2893 Failed to specialize function template 'unknown-type std::invoke(_Callable &&,_Types &&...)' OSHGUI C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits 1434


Kann mir jemand helfen die Fehler zu beheben?

__________________

TEXT Code:
  1. cout << "Veröffentliche Hacks: Unbekannt" << endl;
Last edited by KN4CK3R (Sun 10. Apr 2016, 20:14)

Reason: no reason given

icon #2

Join Date: Aug 2007

Posts: 8646

User-Rating:

199 positive
33 negative
Probier einfach mal die Projekte und das Beispiel die im Projects Ordner sind.

__________________

Hallo
1 positive
0 negative
This post has been rated by:
KingBurger (Wed 20. Apr 2016, 19:58)
icon #3

Join Date: Mar 2011

Posts: 29

User-Rating:

1 positive
0 negative
Perfekt, danke. Hatte noch eine ältere Version heruntergeladen gehabt.

__________________

TEXT Code:
  1. cout << "Veröffentliche Hacks: Unbekannt" << endl;