-
Enthusiast
[Help] VMProtect Error when build
Does anyone know how to fix this build error?

It's really annoying, and i don't have so much programmer skills, sorry about that guys.
Waiting for your kindly reply! <3
Last edited by Ex-Gamers; 27-09-16 at 08:36 PM.
Reason: Grammar spells
-
-
Re: [Help] VMProtect Error when build
you include twice the same header file. Check includes of Eternity project
-
Re: [Help] VMProtect Error when build
} VMProtectSerialNumberData;
try putting in the keys
VMProtectSerialNumberData;
}
-
Enthusiast
Re: [Help] VMProtect Error when build
Not working, sorry for the delay of answering.
-
Banned
Re: [Help] VMProtect Error when build
}
VMProtectDate;
and
}
VMProtectSerialNumberData;
-
Enthusiast
Re: [Help] VMProtect Error when build

Nothing changed... still waiting and thank's bros for replies
-
Banned
Re: [Help] VMProtect Error when build
Well, the compiler is either wrong, or you have multiple definitions. To be honest, I would actually go with the compiler being right.
Is this enum in a header file? If it is header included in the same file more than once? Is the header protected by #ifdef blocks or #pragma once?
If you are still confused, remember which file you are getting this compiler error in and then go to Project Properties->Configuration Properties->C++->Preprocessor and set Preprocess to File to yes. Now recompile this file and look under your project directory for a .i file for this file. If you look through this then you will notice that it will include everything from all of the headers. Check to see if this file has multiple definitions for the enum, if it does then you know that through some mistake, you will get a compiler error.
-
Enthusiast
Re: [Help] VMProtect Error when build
Yeah not working, i refreshed the solution at the last stable compile and now it's working... still don't know what's the problem with it.