Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused

    i get these error what should i do to fix it

    NVM Some one realy great help me
    Last edited by hhhjr1; 07-15-2010 at 05:16 PM.

  2. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Learn c++
    that should fix it...

    dont forget to thks me

  3. The Following 2 Users Say Thank You to whit For This Useful Post:

    dugindog (07-15-2010),UnOwN CoD3R (07-15-2010)

  4. #3
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    your chars and ints and etc arnt matching up
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  5. #4
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused
    what should i do to fix it

  6. #5
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by hhhjr1 View Post
    what should i do to fix it
    ^^read first post
    zman dont tell him

  7. #6
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused
    ok i fixed some errors but i got this
    Error 1 error C2664: 'D3DXCreateFontW' : cannot convert parameter 11 from 'const char [6]' to 'LPCWSTR' c:\users\heriberto\desktop\cabase\cabase\base.cpp 35
    Error 2 error C2761: 'bool cBase::IsGameReadyForHook(void)' : member function redeclaration not allowed c:\users\heriberto\desktop\cabase\cabase\base.cpp 173
    Error 3 error C2447: '{' : missing function header (old-style formal list?) c:\users\heriberto\desktop\cabase\cabase\base.cpp 174
    Error 4 error C2664: 'ID3DXFont:rawTextW' : cannot convert parameter 2 from 'char [1024]' to 'LPCWSTR' c:\users\heriberto\desktop\cabase\cabase\directx.c pp 25

  8. #7
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    can you show us the lines the erros point to?

  9. #8
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Try changing your character bytes to multi?

  10. #9
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused
    #1
    D3DXCreateFont(pDevice, 15, 0, FW_BOLD, 1, 0, DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, "Arial", &Directx.pFont);
    #2
    bool cBase::IsGameReadyForHook(void);
    #3
    {
    if( GetModuleHandle( "d3d9.dll" ) != NULL
    && GetModuleHandle( "ClientFX.fxd" ) != NULL
    && GetModuleHandle( "CShell.dll" ) != NULL )
    return true;

    return false;
    }
    #4
    g_pFont->DrawText(NULL, buf, -1, &FontPos, DT_NOCLIP, color);

    Quote Originally Posted by CoderNever View Post
    Try changing your character bytes to multi?
    how do i do that
    Last edited by hhhjr1; 07-15-2010 at 04:43 PM.

  11. #10
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    hahaha. someone doesn't know c++!!!!
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  12. #11
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused
    thanks for not helping see that why i love your type they make fun of you when they should help and not be a jerk so thanks for that

  13. #12
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    your welcome. come back soon

    see i pick and choose who i help. i like stoner 420 hes cool, something about you. idk

    anyways go learn c++

    /close
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  14. #13
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused
    his kool sometime about me what are you talking about

  15. #14
    UnOwN CoD3R's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Elmo's World!
    Posts
    296
    Reputation
    14
    Thanks
    371
    Quote Originally Posted by whit View Post
    Learn c++
    that should fix it...

    dont forget to thks me
    That's fucking great man ;D

  16. #15
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused
    thanks for the spam

Page 1 of 2 12 LastLast

Similar Threads

  1. getting these errors
    By racardo in forum Combat Arms Coding Help & Discussion
    Replies: 6
    Last Post: 08-03-2011, 10:03 AM
  2. I'm scared of getting ip banned.. what should i do?
    By zubni in forum Combat Arms Discussions
    Replies: 36
    Last Post: 05-17-2011, 07:52 AM
  3. What should i get o my bithday...........
    By Dested in forum General
    Replies: 25
    Last Post: 05-28-2009, 05:36 PM
  4. [Help]I get these SYNTAX errors.Please Help
    By phoenixraider in forum C++/C Programming
    Replies: 2
    Last Post: 10-18-2008, 07:57 PM
  5. what should i get?
    By mpghhackersrock123 in forum General
    Replies: 71
    Last Post: 12-13-2007, 03:39 PM