Thread: FIX THIS?

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    nucks's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    191
    Reputation
    6
    Thanks
    85
    My Mood
    Amazed

    FIX THIS?

    1>------ Build started: Project: CaBase, Configuration: Release Win32 ------
    1> DirectX.cpp
    1>DirectX.cpp(109): error C2661: 'DetourCreate' : no overloaded function takes 2 arguments
    1>DirectX.cpp(110): error C2661: 'DetourCreate' : no overloaded function takes 2 arguments
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  2. #2
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    no overloaded function takes 2 arguments

  3. #3
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Code:
    1>------ Build started: Project: CaBase, Configuration: Release Win32 ------
    1> DirectX.cpp
    ...
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  4. #4
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Look at your DetourCreate function , and look at how many arguments you put.

  5. #5
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Ze arguments must be the same number of parameters.

  6. #6
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by ᴺᴼᴼᴮ View Post
    Ze arguments must be the same number of parameters.
    In other words,

    Quote Originally Posted by Fabolous View Post
    Look at your DetourCreate function , and look at how many arguments you put.



  7. #7
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    learn c++?

  8. #8
    nucks's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    191
    Reputation
    6
    Thanks
    85
    My Mood
    Amazed
    Pasha sdfu you dont know c++ and im trying to learn...it has 2 arguments

  9. #9
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    You mad?

  10. #10
    nucks's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    191
    Reputation
    6
    Thanks
    85
    My Mood
    Amazed
    your mom is mad

    u mad?

  11. #11
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    lol, Much?


    Yeah, Something similar to this happened to me before.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  12. #12
    nucks's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    191
    Reputation
    6
    Thanks
    85
    My Mood
    Amazed
    1>------ Build started: Project: d3dx_hook, Configuration: Debug Win32 ------
    1> detourxs.cpp
    1> cMenu.cpp
    1> cMain.cpp
    1>c:\users\owner\downloads\combined base v3\combined base v3\d3dx_hook\cmain.cpp(93): error C2562: 'HookzShit' : 'void' function returning a value
    1> c:\users\owner\downloads\combined base v3\combined base v3\d3dx_hook\cmain.cpp(85) : see declaration of 'HookzShit'
    1> cHacks.cpp
    1> cFunctions.cpp
    1> ADE32.cpp
    1> Generating Code...
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  13. #13
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Quote Originally Posted by nucks View Post
    1>------ Build started: Project: d3dx_hook, Configuration: Debug Win32 ------
    1> detourxs.cpp
    1> cMenu.cpp
    1> cMain.cpp
    1>c:\users\owner\downloads\combined base v3\combined base v3\d3dx_hook\cmain.cpp(93): error C2562: 'HookzShit' : 'void' function returning a value
    1> c:\users\owner\downloads\combined base v3\combined base v3\d3dx_hook\cmain.cpp(85) : see declaration of 'HookzShit'
    1> cHacks.cpp
    1> cFunctions.cpp
    1> ADE32.cpp
    1> Generating Code...
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    btw, that dc's. needs updating...

  14. #14
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    a void cannot have any returns in it

    return 1 or return false
    No I do not make game hacks anymore, please stop asking.

  15. #15
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by nucks View Post
    1>------ Build started: Project: d3dx_hook, Configuration: Debug Win32 ------
    1> detourxs.cpp
    1> cMenu.cpp
    1> cMain.cpp
    1>c:\users\owner\downloads\combined base v3\combined base v3\d3dx_hook\cmain.cpp(93): error C2562: 'HookzShit' : 'void' function returning a value
    1> c:\users\owner\downloads\combined base v3\combined base v3\d3dx_hook\cmain.cpp(85) : see declaration of 'HookzShit'
    1> cHacks.cpp
    1> cFunctions.cpp
    1> ADE32.cpp
    1> Generating Code...
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    You know they tell you the errors for a reason :
    'void' function returning a value

Page 1 of 2 12 LastLast