Can someone please help

11/04/2020 20:44 siono01#1
1>d:\source\_common\pveeventmng.h(321): error C2819: "PVE_EVENT_MAP" type has no overloaded member "operator ->"
1>d:\source\_common\pveeventmng.h(123): note: See the statement of "PVE_EVENT_MAP"
1>d:\source\_common\pveeventmng.h(321): note: Do you want to use "." instead?
1>d:\source\_common\pveeventmng.h(321): error C2232: "->PVE_EVENT_MAP::vPosSpawn": The left operand has a "struct" type, use "."
1>d:\source\_common\pveeventmng.h(328): error C2679: Binary "&&": No operator that accepts the right operand of type "_Ty2" was found (or no acceptable conversion)



11/18/2020 14:32 siono01#2
Can anyone help? Thank you
11/18/2020 15:51 netHoxInc#3
Not without the code parts.. also the error even tells you so much, did u even read it? O.o

Edit: just saw the spoiler, sadly its not helpful as we dont see how the PVEMAPS stuff gets defined.

For me it looks like you try to copy a system from another source and either the source uses another VS version or you miss some stuff.

Without being able to browse the source i cant rly help. Sry
11/18/2020 16:13 siono01#4
Quote:
Originally Posted by netHoxInc View Post
Not without the code parts.. also the error even tells you so much, did u even read it? O.o

Edit: just saw the spoiler, sadly its not helpful as we dont see how the PVEMAPS stuff gets defined.

For me it looks like you try to copy a system from another source and either the source uses another VS version or you miss some stuff.

Without being able to browse the source i cant rly help. Sry
I think it is missing the content in ar.h, and there is no such file in the source file, which needs to be fixed by yourself. but I do not know how