[Help] VMProtect Error when build

Results 1 to 8 of 8
  1. #1
    Enthusiast Ex-Gamers is offline
    MemberRank
    Feb 2010 Join Date
    39Posts

    sad [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


  2. #2
    Make WarZ great again! Nikita505 is offline
    MemberRank
    Mar 2014 Join Date
    Mountain ViewLocation
    223Posts

    Re: [Help] VMProtect Error when build

    you include twice the same header file. Check includes of Eternity project

  3. #3
    Play Alpha MMO DouglasPro is online now
    MemberRank
    Nov 2014 Join Date
    //HKEY//RJ_BRLocation
    390Posts

    Re: [Help] VMProtect Error when build

    } VMProtectSerialNumberData;

    try putting in the keys

    VMProtectSerialNumberData;
    }

  4. #4
    Enthusiast Ex-Gamers is offline
    MemberRank
    Feb 2010 Join Date
    39Posts

    Re: [Help] VMProtect Error when build

    Not working, sorry for the delay of answering.

  5. #5
    Banned Montage is offline
    BannedRank
    Sep 2016 Join Date
    ⓩⓔⓝⓓLocation
    67Posts

    Re: [Help] VMProtect Error when build

    }
    VMProtectDate;

    and

    }
    VMProtectSerialNumberData;

  6. #6
    Enthusiast Ex-Gamers is offline
    MemberRank
    Feb 2010 Join Date
    39Posts

    Re: [Help] VMProtect Error when build



    Nothing changed... still waiting and thank's bros for replies

  7. #7
    Banned Montage is offline
    BannedRank
    Sep 2016 Join Date
    ⓩⓔⓝⓓLocation
    67Posts

    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.

  8. #8
    Enthusiast Ex-Gamers is offline
    MemberRank
    Feb 2010 Join Date
    39Posts

    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.



Advertisement