Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 46
  1. #31
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by moo9801 View Post
    this is what i got for errors:
    Code:
    1>------ Build started: Project: base, Configuration: Debug Win32 ------
    1>  dllmain.cpp
    1>c:\users\spencer c\desktop\source\base.h(23): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [9]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\users\spencer c\desktop\source\base.h(24): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>  Base.cpp
    1>c:\users\spencer c\desktop\source\base.h(23): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [9]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\users\spencer c\desktop\source\base.h(24): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>  Generating Code...
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Change project character set to multi byte

  2. #32
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    Quote Originally Posted by Alessandro10 View Post
    Change Character Set Unicode to Multi-Byte!
    I'm using MS Visual C++. how would i do that.

  3. #33
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Open Visual Studio (Base)
    Go Project
    Go Properties
    Configuration
    General
    Character Set
    Change to Multi-Byte

  4. #34
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by moo9801 View Post
    I'm using MS Visual C++. how would i do that.
    Project properties

  5. #35
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    Quote Originally Posted by whit View Post


    Change project character set to multi byte
    thanks my friend

    sorry for the spoonfeed request but i went in there and couldnt find anything on that

  6. #36
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by moo9801 View Post
    thanks my friend

    sorry for the spoonfeed request but i went in there and couldnt find anything on that
    Open Visual Studio (Base)
    Go Project
    Go Properties
    Configuration
    General
    Character Set
    Change to Multi-Byte

  7. #37
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    Facepalm sorry

  8. #38
    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 moo9801 View Post
    Facepalm sorry
    Lol We all had times when we asked noob questions

  9. The Following User Says Thank You to Fabolous For This Useful Post:

    ken53406 (12-29-2010)

  10. #39
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by UnknownCoder View Post


    Lol We all had times when we asked noob questions
    Should have a fixed topic, explaining the most common errors

  11. #40
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Fmm... So this works eh?

    Congrats Mr Thread Starter.. +1 thanks to you
    No I do not make game hacks anymore, please stop asking.

  12. #41
    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 Alessandro10 View Post
    Should have a fixed topic, explaining the most common errors
    That gives me an idea


  13. #42
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by UnknownCoder View Post


    That gives me an idea

    Not if i do it first...

  14. #43
    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 whit View Post


    Not if i do it first...
    Go sketchers Go sketchers Go

  15. #44
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by whit View Post


    Not if i do it first...
    Posting .........

  16. #45
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    hey where should i put the code for the hotkey?
    Can i put a PTC method in this? where would i place it? do i need this for a PTC?

Page 3 of 4 FirstFirst 1234 LastLast