Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed

    errors on base - Need good coder

    ALL ERRORS FIXED //REQUEST CLOSE

    thanks
    Last edited by D e a t h h a u n t S; 08-30-2010 at 03:57 AM.


    Make a little side money for yourself here

    My Injector



    Don't say shit if you don't know shit


    Big Respect for: Aeroman R3dLine Flash and Wizdom-x







  2. #2
    **HACKER**'s Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Outside Your House ;-0
    Posts
    645
    Reputation
    22
    Thanks
    228
    My Mood
    Yeehaw
    I Would Be Willing To Help You Anytime !

  3. #3
    steph777's Avatar
    Join Date
    Aug 2010
    Gender
    female
    Location
    Melbourne, Australia
    Posts
    377
    Reputation
    8
    Thanks
    165
    My Mood
    Amused
    Don't show him you're base.
    Ask Dave or something.

  4. #4
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed
    Quote Originally Posted by **HACKER** View Post
    I Would Be Willing To Help You Anytime !
    Hmm i have never heard of you and you are a newbie ?

    Hmm ok .. Try without TV

    ok here are my errors:

    the parts in red are the parts in my code underlined in red because they have errors, the errors are listed in red under the code ..

    Code:
    g_pFont->DrawText(NULL, buf, -1, &FontPos, DT_NOCLIP, color);
    Error: Expected an Expression

    Code:
    void cDirectx::DrawString(int x, int y, DWORD color, LPD3DXFONT g_pFont, const char *fmt, ...)
    {
    Error: Expected a type specifier

    These are both errors, if you could help i would be soooo thankfull

    Thanks in advance,

    Deathhaunts


    Make a little side money for yourself here

    My Injector



    Don't say shit if you don't know shit


    Big Respect for: Aeroman R3dLine Flash and Wizdom-x







  5. #5
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    You didnt declare g_pFont... try changing g_pFont to just pFont and see if that does anything... (you C/P to much)

  6. #6
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed
    Quote Originally Posted by Mr.Magicman View Post
    You didnt declare g_pFont... try changing g_pFont to just pFont and see if that does anything... (you C/P to much)
    THANKS You solved the -> part but ..

    Code:
    void cDirectx::DrawString(int x, int y, DWORD color, LPD3DXFONT pFont, const char *fmt, ...)
    {
    Error: member "cDirectx:Font" is not a type name

    Last edited by D e a t h h a u n t S; 08-29-2010 at 09:34 AM.


    Make a little side money for yourself here

    My Injector



    Don't say shit if you don't know shit


    Big Respect for: Aeroman R3dLine Flash and Wizdom-x







  7. #7
    foder2's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    Possible, give me a download link Menu Public 4.0 because it is not in your subject Ergonomics

  8. #8
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed
    Quote Originally Posted by foder2 View Post
    Possible, give me a download link Menu Public 4.0 because it is not in your subject Ergonomics
    WTF ARE YOU ON ABOUT ..
    can we please stay on topic here


    Make a little side money for yourself here

    My Injector



    Don't say shit if you don't know shit


    Big Respect for: Aeroman R3dLine Flash and Wizdom-x







  9. #9
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    same fucking morons... just try compiling it instead of reading those errors

  10. #10
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed
    Quote Originally Posted by Mr.Magicman View Post
    same fucking morons... just try compiling it instead of reading those errors
    Compiled and ..



    1>------ Build started: Project: CaBase, Configuration: Release Win32 ------
    1> Base.cpp
    1>c:\documents and settings\admin\desktop\coding\cabase\cabase\Files. h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
    1> DirectX.cpp
    1>c:\documents and settings\admin\desktop\coding\cabase\cabase\Files. h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
    1> Menu.cpp
    1>c:\documents and settings\admin\desktop\coding\cabase\cabase\Files. h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
    1> Misc.cpp
    1>c:\documents and settings\admin\desktop\coding\cabase\cabase\Files. h(15): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


    Make a little side money for yourself here

    My Injector



    Don't say shit if you don't know shit


    Big Respect for: Aeroman R3dLine Flash and Wizdom-x







  11. #11
    doofbla's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Biel*****/Germany
    Posts
    369
    Reputation
    10
    Thanks
    179
    My Mood
    Psychedelic
    Are you unable to read? there the errors are telling you...

    It says he can't find d3dx9.h

    I'm not sure if you really mean d3dX9 or you mean d3d9.h so maybe remove the X or if you haven't install DirectX SDK and it should be solved -.-
    _____________________________________________

    READING TUTORIAL:

    1. READ MY POST
    2. THINK ABOUT MY POST
    3. PRESS THANKS
    4. MAYBE CORRECT MY POSTS :P




    Dijkstra:
    "Computer Science is no more about computers than astronomy is about
    telescopes."


    THANKS BUTTON RIGHT DOWN --->

  12. #12
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed
    Quote Originally Posted by doofbla View Post
    Are you unable to read? there the errors are telling you...

    It says he can't find d3dx9.h

    I'm not sure if you really mean d3dX9 or you mean d3d9.h so maybe remove the X or if you haven't install DirectX SDK and it should be solved -.-
    i manually fixed all the errors underlined in red by adding the .dlls from my SDK include folder to my base folder, i compiled it ( f5 )
    and now get a different weird error:

    Code:
    1>------ Build started: Project: CaBase, Configuration: Release Win32 ------
    1>  Base.cpp
    1>Base.cpp(14): warning C4005: 'D3DXCreateFont' : macro redefinition
    1>          c:\documents and settings\admin\desktop\coding\cabase\cabase\d3dx9core.h(413) : see previous definition of 'D3DXCreateFont'
    1>  DirectX.cpp
    1>DirectX.cpp(17): error C2061: syntax error : identifier 'pFont'
    1>DirectX.cpp(18): error C2511: 'void cDirectx::DrawString(int,int,DWORD)' : overloaded member function not found in 'cDirectx'
    1>          c:\documents and settings\admin\desktop\coding\cabase\cabase\DirectX.h(11) : see declaration of 'cDirectx'
    1>  Menu.cpp
    1>  Misc.cpp
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    EDIT: If u know the exact problem of this, please tell, if not, i don't care about this base anymore, its got too many errors in. im gona try and find another one ( without errors ) ty for your time all.
    Last edited by D e a t h h a u n t S; 08-29-2010 at 11:06 PM.


    Make a little side money for yourself here

    My Injector



    Don't say shit if you don't know shit


    Big Respect for: Aeroman R3dLine Flash and Wizdom-x







  13. #13
    doofbla's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Biel*****/Germany
    Posts
    369
    Reputation
    10
    Thanks
    179
    My Mood
    Psychedelic
    I just say what I think now:

    In my opinion you just don't know what you are doing there. You should first learn abit of

    D3D and C++ <-- important and read errors so you know what it all the code means and

    you can fix it by yourself.
    _____________________________________________

    READING TUTORIAL:

    1. READ MY POST
    2. THINK ABOUT MY POST
    3. PRESS THANKS
    4. MAYBE CORRECT MY POSTS :P




    Dijkstra:
    "Computer Science is no more about computers than astronomy is about
    telescopes."


    THANKS BUTTON RIGHT DOWN --->

  14. #14
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed
    Quote Originally Posted by doofbla View Post
    I just say what I think now:

    In my opinion you just don't know what you are doing there. You should first learn abit of

    D3D and C++ <-- important and read errors so you know what it all the code means and

    you can fix it by yourself.
    i can make hot key hacks in c++ but I've always wanted to put a menu with them, tbh i don't care what you think about what im about to say:
    I don't care about learning D3D at the moment, all i want is a base that i can update, i learn from bases as i have done with c++ hot key bases. For me it takes too long to learn a whole language just to use it to make hacks, all i need is a nice menu base with minimum errors, the majority of errors i can fix, but with minimum errors would be good.
    Then i can find my addys and update the hack, this is for private use not for release.


    Make a little side money for yourself here

    My Injector



    Don't say shit if you don't know shit


    Big Respect for: Aeroman R3dLine Flash and Wizdom-x







  15. #15
    ◘◘◘◘◘◘'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    40
    Reputation
    11
    Thanks
    6
    My Mood
    Amazed
    i bet u dont even have a d3d hook or defines? :S

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help] Need a good coder for my Rsps : Read ASAP
    By the grim reaper in forum Runescape Hacks / Bots
    Replies: 11
    Last Post: 02-04-2011, 04:55 PM
  2. Need a Good Coder?
    By Royku in forum RuneScape Discussions
    Replies: 0
    Last Post: 01-10-2011, 01:13 PM
  3. need good gunz cheats
    By l1nk1np4rk in forum Gunz General
    Replies: 1
    Last Post: 08-15-2007, 07:31 PM
  4. Need good punkfuker bypass
    By minimater in forum WarRock - International Hacks
    Replies: 13
    Last Post: 07-05-2007, 10:00 PM
  5. Need good detected hax
    By takahuja in forum WarRock - International Hacks
    Replies: 6
    Last Post: 06-07-2007, 10:31 AM