Thread: compile error

Results 1 to 5 of 5

Hybrid View

  1. #1
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh

    compile error

    now first off let me say that i'm not posting what the error is because its the same no matter what...

    my problem isn't with any code. But what i'm having trouble with is compiling!

    I've tried compiling Nubz V1 and V2 base as well as Gellin's VIP base, none of em compile. I haven't edited them in anyway! I have Visual Studio 2010 Ultimate

    any help?

    commando: You're probably the best non-coder coder I know LOL


  2. #2
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    prolly didnt link the d3dx9 libraries and or included the header files.

  3. #3
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by scimmyboy View Post
    prolly didnt link the d3dx9 libraries and or included the header files.
    i straight clicked the SLN files and converted them all to C++ 2010. i did include all the d3d9 info and had no errors in any of the code

    i'm even getting compile errors with the Lithtech Jupiter C++ files STARIGHT FROM THE COMPANY lol!

    edit: here is the error from nubz v1 base (all i added was aimbot for my own private use)

    Code:
    1>------ Build started: Project: NubzD3DTabs, Configuration: Release Win32 ------
    1>Build started 26/01/2011 03:43:26.
    1>InitializeBuildStatus:
    1>  Touching "Release\NubzD3DTabs.unsuccessfulbuild".
    1>ClCompile:
    1>  All outputs are up-to-date.
    1>  aimbot.cpp
    1>..\..\Gellin VIP\CA_unk_base_v1\aimbot.cpp(1): warning C4627: '#include "aimbot.h"': skipped when looking for precompiled header use
    1>          Add directive to 'StdAfx.h' or rebuild precompiled header
    1>..\..\Gellin VIP\CA_unk_base_v1\aimbot.cpp(517): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "StdAfx.h"' to your source?
    1>  NubzD3DTabs.cpp
    1>NubzD3DTabs.cpp(18): error C2374: 'Aimbot' : redefinition; multiple initialization
    1>          NubzD3DTabs.cpp(9) : see declaration of 'Aimbot'
    1>
    1>Build FAILED.
    1>
    1>Time Elapsed 00:00:02.29
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    even with this base unedited i got the same sort of error
    Last edited by supercarz1991; 01-26-2011 at 01:46 AM.

    commando: You're probably the best non-coder coder I know LOL


  4. #4
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by supercarz1991 View Post
    i straight clicked the SLN files and converted them all to C++ 2010. i did include all the d3d9 info and had no errors in any of the code

    i'm even getting compile errors with the Lithtech Jupiter C++ files STARIGHT FROM THE COMPANY lol!

    edit: here is the error from nubz v1 base (all i added was aimbot for my own private use)

    Code:
    1>------ Build started: Project: NubzD3DTabs, Configuration: Release Win32 ------
    1>Build started 26/01/2011 03:43:26.
    1>InitializeBuildStatus:
    1>  Touching "Release\NubzD3DTabs.unsuccessfulbuild".
    1>ClCompile:
    1>  All outputs are up-to-date.
    1>  aimbot.cpp
    1>..\..\Gellin VIP\CA_unk_base_v1\aimbot.cpp(1): warning C4627: '#include "aimbot.h"': skipped when looking for precompiled header use
    1>          Add directive to 'StdAfx.h' or rebuild precompiled header
    1>..\..\Gellin VIP\CA_unk_base_v1\aimbot.cpp(517): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "StdAfx.h"' to your source?
    1>  NubzD3DTabs.cpp
    1>NubzD3DTabs.cpp(18): error C2374: 'Aimbot' : redefinition; multiple initialization
    1>          NubzD3DTabs.cpp(9) : see declaration of 'Aimbot'
    1>
    1>Build FAILED.
    1>
    1>Time Elapsed 00:00:02.29
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    even with this base unedited i got the same sort of error
    looks like your precompiled header is corrupt. Delete it (the compiled precompiled , not source), clean solution and rebuild all.

    If you're still getting these errors.. Repair your installation - none of us here knownwjays going on.

    If you can be stuffed , Google first. I'm on my phone so I can't do it for you.

  5. #5
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Thanks freedom. Ill try that.