Posts: 528
Threads: 50
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2011
Reputation:
0
Sorry but i dont have patient for such questions.
I would strongly recommend to learn basics from C++ his Compiler and Visual Studio, because that is such a question that youve got answered with 15 seconds of googlin and i bet the first result would be stackoverflow.
And one more thing:
This is the wrong section, this is actually a programming question.
Posts: 75
Threads: 3
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2014
Reputation:
0
PROJECT>Properties>Configuration Properties>VC++ Directories>Include Directories...
Posts: 768
Threads: 40
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2011
Reputation:
0
the easiest way to fix the PVOID64 problem is to write this in stdafx.h
#define POINTER_64
Posts: 147
Threads: 19
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2013
Reputation:
0
the easiest way to fix the PVOID64 problem is to write this in stdafx.h
#define POINTER_64
thx very much, work fine now PVOID64, but the others erros of number 6, 7 and 8 dont disappear