Results 1 to 13 of 13
  1. #1
    Pacnet2011's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Plainsboro
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive

    With Gellins VIP Base

    Well, i was using gellins vip base to test out a hax but...

    When i debug it there are errors from literally every script in the goddamn project



    This is from my output window in MS Visual c++ 2010

    Code:
    1>------ Build started: Project: CA_unk_base_v1, Configuration: Debug Win32 ------
    1>  main.cpp
    1>c:\gvb\ca_unk_base_v1\main.cpp(7): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [13]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\gvb\ca_unk_base_v1\main.cpp(8): 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:\gvb\ca_unk_base_v1\main.cpp(9): 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>c:\gvb\ca_unk_base_v1\main.cpp(10): 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>c:\gvb\ca_unk_base_v1\main.cpp(11): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [13]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\gvb\ca_unk_base_v1\main.cpp(102): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\main.cpp(108): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    1>c:\gvb\ca_unk_base_v1\main.cpp(241): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [13]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>  engine.cpp
    1>c:\gvb\ca_unk_base_v1\engine.cpp(21): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [13]' 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 ==========
    Last edited by Pacnet2011; 08-19-2011 at 11:00 AM.

  2. #2
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    google is an amazing thing u should try it sum time this is what i found https://www.mpgh.net/forum/207-combat...lins-base.html
    its basicly the same thing




    ^Suck it!

  3. #3
    AtomicStone's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    827
    Reputation
    18
    Thanks
    476
    My Mood
    Lurking
    Maybe you shouldn't use bases that weren't supposed to be released to the public.

  4. #4
    Pacnet2011's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Plainsboro
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    This helped and got me the d3dx9.h file HOWEVER

    the build is still not working out


    Output :


    Code:
    1>------ Build started: Project: CA_unk_base_v1, Configuration: Debug Win32 ------
    1>  tools.cpp
    1>  menu.cpp
    1>c:\gvb\ca_unk_base_v1\menu.cpp(100): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(100): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(103): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(103): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(111): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(111): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(115): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\menu.cpp(116): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(116): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(121): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\menu.cpp(122): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(122): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(150): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(150): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(168): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(168): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(172): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(172): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(200): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(200): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(394): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(394): warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(419): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\menu.cpp(419): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>  main.cpp
    1>c:\gvb\ca_unk_base_v1\main.cpp(7): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [13]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\gvb\ca_unk_base_v1\main.cpp(8): 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:\gvb\ca_unk_base_v1\main.cpp(9): 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>c:\gvb\ca_unk_base_v1\main.cpp(10): 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>c:\gvb\ca_unk_base_v1\main.cpp(11): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [13]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\gvb\ca_unk_base_v1\main.cpp(102): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\main.cpp(108): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
    1>c:\gvb\ca_unk_base_v1\main.cpp(241): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [13]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>  hacks.cpp
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(19): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(20): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(21): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(22): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(23): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(25): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(25): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(63): warning C4244: '=' : conversion from 'DWORD' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(64): warning C4244: '=' : conversion from 'DWORD' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(65): warning C4244: '=' : conversion from 'DWORD' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(66): warning C4244: '=' : conversion from 'DWORD' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(67): warning C4244: '=' : conversion from 'DWORD' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(68): warning C4244: '=' : conversion from 'DWORD' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(106): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(107): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(108): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(109): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(110): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(111): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(146): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(147): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(148): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(149): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(150): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\gvb\ca_unk_base_v1\hacks.cpp(151): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>  esp.cpp
    1>c:\gvb\ca_unk_base_v1\esp.cpp(80): warning C4244: 'argument' : conversion from 'DWORD' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(94): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(94): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(94): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(94): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(225): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(236): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(236): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(254): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(267): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(267): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(276): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(305): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(305): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(349): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(353): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(357): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(361): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(365): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(369): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(373): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(420): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(425): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          c:\program files\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
    1>c:\gvb\ca_unk_base_v1\esp.cpp(518): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(518): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(520): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>c:\gvb\ca_unk_base_v1\esp.cpp(520): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
    1>  engine.cpp
    1>c:\gvb\ca_unk_base_v1\engine.cpp(21): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [13]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>  d3d.cpp
    1>  aimbot.cpp
    1>  Generating Code...
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  5. #5
    UKnownError's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ERROR
    Posts
    280
    Reputation
    27
    Thanks
    32
    My Mood
    Breezy
    well your screwed i guess

  6. #6
    Pacnet2011's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Plainsboro
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    Quote Originally Posted by UKnownError View Post
    well your screwed i guess
    i dont think so.

    OP UPDATED. please review
    Last edited by Pacnet2011; 08-19-2011 at 11:01 AM.

  7. #7
    steven1578's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    CShell.dll
    Posts
    699
    Reputation
    1
    Thanks
    944
    My Mood
    Busy
    Quote Originally Posted by Pacnet2011 View Post
    i dont think so.

    OP UPDATED. please review
    dude u just started so how would u know if u not screwed up ?
    R.I.P Grandma! 3-17-2012

  8. #8
    Pacnet2011's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Plainsboro
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    Quote Originally Posted by steven1578 View Post
    dude u just started so how would u know if u not screwed up ?
    he said you're done for and i dont think so

  9. #9
    the grim reaper's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Ca Na Section
    Posts
    166
    Reputation
    19
    Thanks
    48
    My Mood
    Amazed
    you are screwed but try Adding SDK lol if that doesnt work then change W to A
    Respect List:
    [MPGH]Dave84311
    freedompeace
    _FK127_
    Reimy
    Speedforyou
    wolffang0000



    If i helped at all please press the thanks button

  10. #10
    Refrain's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    135
    Reputation
    22
    Thanks
    28
    error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char - Google Search[13]%27+to+%27LPCWSTR%27&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-USfficial&client=firefox-a

  11. #11
    Pacnet2011's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Plainsboro
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    Quote Originally Posted by Refrain View Post
    error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char - Google Search[13]%27+to+%27LPCWSTR%27&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-USfficial&client=firefox-a
    How do you actually fix it though?

  12. #12
    Refrain's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    135
    Reputation
    22
    Thanks
    28
    Quote Originally Posted by Pacnet2011 View Post
    How do you actually fix it though?
    Are you that dense or just lazy

  13. The Following User Says Thank You to Refrain For This Useful Post:

    OBrozz (08-20-2011)

  14. #13
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    It's outdated, and the fix is easy.
    Just google it or use search button.
    /closed
    No I do not make game hacks anymore, please stop asking.

Similar Threads

  1. Help with Gellins VIP Base
    By sky479 in forum Combat Arms Coding Help & Discussion
    Replies: 1
    Last Post: 10-17-2011, 02:15 AM
  2. Help with Gellins Base.
    By Beatz in forum Combat Arms Help
    Replies: 5
    Last Post: 07-15-2010, 08:44 PM
  3. Error with Gellin base...
    By haloassasin in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 06-21-2010, 05:35 PM
  4. Help with gellins base!
    By Mr.Magicman in forum C++/C Programming
    Replies: 12
    Last Post: 06-08-2010, 07:32 AM
  5. help with gellins base for CA
    By RedThunder in forum C++/C Programming
    Replies: 8
    Last Post: 03-15-2010, 09:49 AM