Results 1 to 11 of 11
  1. #1
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224

    [Help] Detoursx.lib

    Hello I have a problem :c , when i build my code it says:
    Code:
    Error	1	error LNK1104: cannot open file 'detourxs.lib'	C:\Users\Pasha\Desktop\Combined base v3\d3dx_hook\LINK	d3dx_hook

  2. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Include the lib Folder

  3. #3
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    I did still doesn't work.

  4. #4
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Press Shift + Alt + A
    Select detourxs.lib
    Click Add.

    Enjoy

  5. #5
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    it can't find it....

  6. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    You must not be adding it right

  7. #7
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    i (acid_burn) just commented it out XD

  8. #8
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    ...
    Just put the file when u include with "..." in the folder wherebur other
    Headers and cpp files r.

  9. #9
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    dude, no, either way i fixed it

  10. #10
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    You're supposed to comment out
    Code:
    pragma(lib, detourxs);
    Or something similar
    No I do not make game hacks anymore, please stop asking.

  11. #11
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    Thats what fixed it