Page 1 of 2 12 LastLast
Results 1 to 15 of 26

Hybrid View

  1. #1
    CanYouDoIt's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    pau
    Posts
    49
    Reputation
    10
    Thanks
    3

    [Help]Another Compile Error =X

    God Damn it! ANOTHER FUCKING COMPILE ERROR IN WHIT'S COMBINED BASE V2!
    My friend tolds me what I need to do, but again, isn't work. I thinking he is a leecher...

    Well, this is the error:

    Code:
    ------ Build started: Project: CaBase, Configuration: Debug Win32 ------
    Linking...
    DirectX.obj : error LNK2019: unresolved external symbol "void * __cdecl DetourCreate(unsigned char *,unsigned char const *,int)" (?DetourCreate@@YAPAXPAEPBEH@Z) referenced in function "public: void __thiscall cDirectx::Hook(void)" (?Hook@cDirectx@@QAEXXZ)
    C:\Documents and Settings\Administrador\Desktop\Combined Base v2\CaBase\Debug\CaBase.dll : fatal error LNK1120: 1 unresolved externals
    Build log was saved at "file://c:\Documents and Settings\Administrador\Desktop\Combined Base v2\CaBase\Debug\BuildLog.htm"
    CaBase - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    /
    What should I do?

    Now you can flame me, i'm a lazy bitch
    Last edited by CanYouDoIt; 11-18-2010 at 01:26 PM.

  2. #2
    BSOD's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    181
    Reputation
    31
    Thanks
    35
    Multiple definitions? /

  3. #3
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    make sure the function DetourCreate exists


  4. #4
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    "Lazy bitch".

  5. #5
    CanYouDoIt's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    pau
    Posts
    49
    Reputation
    10
    Thanks
    3
    I really wanna to know HOW I FIX IT!

  6. #6
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by CanYouDoIt View Post
    I really wanna to know HOW I FIX IT!
    I really wanna make you LEARN C++.

    Quote Originally Posted by CanYouDoIt View Post
    I really wanna to know HOW I FIX IT!
    I really wanna make you LEARN C++.

  7. #7
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Show the error list

  8. #8
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Gosh You going to have to show some code
    Linker and syntax errors are different

  9. #9
    fvestrgenrl's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    172
    Reputation
    9
    Thanks
    26
    Quote Originally Posted by CanYouDoIt View Post
    God Damn it! ANOTHER FUCKING COMPILE ERROR IN WHIT'S COMBINED BASE V2!
    My friend tolds me what I need to do, but again, isn't work. I thinking he is a leecher...

    Well, this is the error:

    Code:
    ------ Build started: Project: CaBase, Configuration: Debug Win32 ------
    Linking...
    DirectX.obj : error LNK2019: unresolved external symbol "void * __cdecl DetourCreate(unsigned char *,unsigned char const *,int)" (?DetourCreate@@YAPAXPAEPBEH@Z) referenced in function "public: void __thiscall cDirectx::Hook(void)" (?Hook@cDirectx@@QAEXXZ)
    C:\Documents and Settings\Administrador\Desktop\Combined Base v2\CaBase\Debug\CaBase.dll : fatal error LNK1120: 1 unresolved externals
    Build log was saved at "file://c:\Documents and Settings\Administrador\Desktop\Combined Base v2\CaBase\Debug\BuildLog.htm"
    CaBase - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    /
    What should I do?

    Now you can flame me, i'm a lazy bitch
    Option 1: Maybe if you posted some code, we could see what might be causing this...
    Option 2: If you read the first 100 pages of a c++ book, you would be able to fix it yourself...
    I say you learn c++ before you become just another fake coder.
    Quote Originally Posted by fallon View Post
    hi i have make a hack and with hot keys but when i start it combat arms close down


    i use this code



    Code:
    PushToConsole("SkelModelStencil (V_F9)1");
    PushToConsole("ShowFps (V_INSERT");
    PushToConsole("ActivationDistance 999999(V_F6)" );
    PushToConsole("DisableCrosshair (V_NUMPAD 1" );
    PushToConsole("CrossHairR 255(V_NUMPAD 2) ");
    PushToConsole("ReloadSpeed 0.000000(V_F5) ");
    }
    Learning C++
    Pg 33/1225
    2.7%

  10. #10
    iShockYouuu's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    129
    Reputation
    10
    Thanks
    27
    Why dont you change it to 'Multi Byte'

    And try again!

  11. #11
    dean-wingess's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    409
    Reputation
    29
    Thanks
    213
    My Mood
    Stressed
    Quote Originally Posted by iShockYouuu View Post
    Why dont you change it to 'Multi Byte'

    And try again!

    Nope, mutlibyte helps using Ansi,Upcode and Unicode at the same time, but it won't fix this error.

    It looks like the project has been converted to another Visual Studio Version.
    Do you use 2010? 2008?

    If you're using a lower version than 2010, please check the project settings, if it's still there contact me via this thread and post the detour void/thread (ma. Class?) and dll main. Maybe it's a very very simple error.

    [I don't know the base. Is it a classed or voided one?]

    Since i didn't very listen to my teacher when we came to linking errors, i can't really help.
    [YOUTUBE]e89lqiE0wi0[/YOUTUBE]

  12. #12
    CanYouDoIt's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    pau
    Posts
    49
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by dean-wingess View Post
    Nope, mutlibyte helps using Ansi,Upcode and Unicode at the same time, but it won't fix this error.

    It looks like the project has been converted to another Visual Studio Version.
    Do you use 2010? 2008?

    If you're using a lower version than 2010, please check the project settings, if it's still there contact me via this thread and post the detour void/thread (ma. Class?) and dll main. Maybe it's a very very simple error.

    [I don't know the base. Is it a classed or voided one?]

    Since i didn't very listen to my teacher when we came to linking errors, i can't really help.
    I'm using 2008...

  13. #13
    dean-wingess's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    409
    Reputation
    29
    Thanks
    213
    My Mood
    Stressed
    Quote Originally Posted by CanYouDoIt View Post
    I'm using 2008...
    Go into detour.cpp and detour.h and look if you can find some voids|functions|definitions multiply times.

    Seems to be C&p spoonfed? :P
    [YOUTUBE]e89lqiE0wi0[/YOUTUBE]

  14. #14
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Oh no.
    You want to know how to fix ?
    Learn fking C++.

    Thanks Cosmos


  15. #15
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by CanYouDoIt View Post
    God Damn it! ANOTHER FUCKING COMPILE ERROR IN WHIT'S COMBINED BASE V2!
    My friend tolds me what I need to do, but again, isn't work. I thinking he is a leecher...

    Well, this is the error:

    Code:
    ------ Build started: Project: CaBase, Configuration: Debug Win32 ------
    Linking...
    DirectX.obj : error LNK2019: unresolved external symbol "void * __cdecl DetourCreate(unsigned char *,unsigned char const *,int)" (?DetourCreate@@YAPAXPAEPBEH@Z) referenced in function "public: void __thiscall cDirectx::Hook(void)" (?Hook@cDirectx@@QAEXXZ)
    C:\Documents and Settings\Administrador\Desktop\Combined Base v2\CaBase\Debug\CaBase.dll : fatal error LNK1120: 1 unresolved externals
    Build log was saved at "file://c:\Documents and Settings\Administrador\Desktop\Combined Base v2\CaBase\Debug\BuildLog.htm"
    CaBase - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    /
    What should I do?

    Now you can flame me, i'm a lazy bitch
    first of all you need to show some code in order for us to help you

    now let me talk a little bit about linking and external errors
    you are getting this error
    [php]
    DirectX.obj : error LNK2019: unresolved external symbol "void * __cdecl DetourCreate(unsigned char *,unsigned char const *,int)" (?DetourCreate@@YAPAXPAEPBEH@Z) referenced in function "public: void __thiscall cDirectx::Hook(void)" (?Hook@cDirectx@@QAEXXZ)[/php]

    you can see from the directx.obj the error is probably in Directx.h or Directx.cpp

    now take a look at your functions in that header file "Directx.h"
    you should have a function
    [php]DetourCreate(unsigned char *,unsigned char const *,int)[/php]

    make sure it is not
    [php]Directx:etourCreate(unsigned char *,unsigned char const *,int)//or what ever your class is named [/php]

    if it is not keep going

    now go to your Directx.cpp

    and look for the function
    [php]DetourCreate(unsigned char *,unsigned char const *,int)[/php]

    This time it should be

    [php]Directx:etourCreate(unsigned char *,unsigned char const *,int)[/php]

    if it is keep goin...

    Now in your function call your DetourCreate function should be called as the following

    [php]Directx.DetourCreate(bla bla bla)//or what ever your class name is[/php]

    hope that helped you

    /Off topic

    am releasing my hack tonight or tomorrow it is gona be awesome

    ~GodHack2





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help Request] HELP... ANOTHER COMBAT ARMS ERROR :O
    By luiz408 in forum Combat Arms Help
    Replies: 13
    Last Post: 06-02-2011, 01:47 AM
  2. {HELP} script compile error
    By pizza127 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 3
    Last Post: 10-22-2010, 11:16 AM
  3. [Help]Script compile error.(rules readed this time)
    By GBot! in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 11
    Last Post: 08-15-2010, 08:33 AM
  4. Help WarRock compile error
    By djxorwkd11 in forum C++/C Programming
    Replies: 2
    Last Post: 03-08-2010, 07:37 AM
  5. [HELP] making UCE compile error
    By herowarz in forum Suggestions, Requests & General Help
    Replies: 6
    Last Post: 02-03-2008, 12:35 AM