Results 1 to 8 of 8
  1. #1
    tokenduemon's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive

    Can anyone help me i compile d3d menu hack but get some warnings and errors!

    1>------ Build started: Project: Crossfire, Configuration: Debug Win32 ------
    1> Menu.cpp
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(224): warning C4099: 'CLocal' : type name first seen using 'class' now seen using 'struct'
    1> c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(26) : see declaration of 'CLocal'
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(12): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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\string.h(105) : see declaration of 'strcpy'
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(61): 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:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(73): warning C4018: '>=' : signed/unsigned mismatch
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(92): error C2664: 'ID3DXFont::GetTextMetricsW' : cannot convert parameter 1 from 'TEXTMETRICA *' to 'TEXTMETRICW *'
    1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(105): warning C4244: 'initializing' : conversion from 'FLOAT' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(105): warning C4244: 'initializing' : conversion from 'FLOAT' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(105): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(105): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(106): error C2664: 'ID3DXFont:rawTextW' : cannot convert parameter 2 from 'char [256]' to 'LPCWSTR'
    1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(129): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(136): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(136): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(136): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(136): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(175): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(176): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(177): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(178): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(314): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(314): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(318): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(318): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(323): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(323): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(325): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(325): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(327): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(327): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(329): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(329): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(355): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(355): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(357): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(357): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(358): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(358): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(374): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\menu.cpp(374): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
    1> CF Main.cpp
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(224): warning C4099: 'CLocal' : type name first seen using 'class' now seen using 'struct'
    1> c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(26) : see declaration of 'CLocal'
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cf main.cpp(42): 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> Base.cpp
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(224): warning C4099: 'CLocal' : type name first seen using 'class' now seen using 'struct'
    1> c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(26) : see declaration of 'CLocal'
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(20): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(20): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(20): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(20): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(21): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(21): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(21): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(21): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(54): 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:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(89): warning C4005: 'ADDTHIS' : macro redefinition
    1> c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(45) : see previous definition of 'ADDTHIS'
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\base.cpp(112): warning C4305: '=' : truncation from 'int' to 'float'
    1> Generating Code...
    1> Compiling...
    1> Aimbot.cpp
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(224): warning C4099: 'CLocal' : type name first seen using 'class' now seen using 'struct'
    1> c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(26) : see declaration of 'CLocal'
    1> Generating Code...
    1> Compiling...
    1> d3dfont.cpp
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\d3dfont.cpp(49): warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_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\wchar.h(1013) : see declaration of 'wcsncpy'
    1> Hack.cpp
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(224): warning C4099: 'CLocal' : type name first seen using 'class' now seen using 'struct'
    1> c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(26) : see declaration of 'CLocal'
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\hack.cpp(83): warning C4305: 'argument' : truncation from '__int64' to 'DWORD'
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\hack.cpp(83): warning C4309: 'argument' : truncation of constant value
    1> ESP.cpp
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(224): warning C4099: 'CLocal' : type name first seen using 'class' now seen using 'struct'
    1> c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(26) : see declaration of 'CLocal'
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(63): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(64): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(123): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(123): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(123): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(123): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(124): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(124): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(124): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(124): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(125): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(125): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(125): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(125): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(126): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(126): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(126): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(126): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(128): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(128): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(128): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(128): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(129): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(129): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(129): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(129): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(130): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(130): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(130): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(130): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(131): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(131): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(131): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(131): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(133): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(133): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(133): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(133): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(134): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(134): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(134): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(134): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(135): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(135): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(135): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(135): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(136): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(136): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(136): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(136): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(192): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(224): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(224): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(224): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(224): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(296): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(296): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(296): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(296): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(306): warning C4244: 'argument' : conversion from 'FLOAT' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(306): warning C4244: 'argument' : conversion from 'FLOAT' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(306): warning C4244: 'argument' : conversion from 'FLOAT' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(307): warning C4244: 'argument' : conversion from 'FLOAT' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(307): warning C4244: 'argument' : conversion from 'FLOAT' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(321): warning C4244: 'argument' : conversion from 'FLOAT' to 'int', possible loss of data
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\esp.cpp(321): warning C4244: 'argument' : conversion from 'FLOAT' to 'int', possible loss of data
    1> D3DChams.cpp
    1>c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(224): warning C4099: 'CLocal' : type name first seen using 'class' now seen using 'struct'
    1> c:\users\İkizler\desktop\c++ örnekler\crossfire\crossfire\cfstructs.h(26) : see declaration of 'CLocal'
    1> Generating Code...
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  2. #2
    DarkPladin's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    (◔̯◔)
    Posts
    365
    Reputation
    10
    Thanks
    610
    My Mood
    Devilish
    Wrong Section

  3. #3
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,979
    My Mood
    Doh
    some errors?

  4. #4
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep
    Quote Originally Posted by xKickAss View Post
    some errors?
    stop beeing like that !

  5. The Following User Says Thank You to [H]aaBX For This Useful Post:

    mslol (08-23-2012)

  6. #5
    TrollSide's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by xKickAss View Post
    some errors?
    ROPORTED.

    sexual words on ur post !
    /fuckth

  7. #6
    Ryuzaki™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    At my headquarter, catching KIRA
    Posts
    1,671
    Reputation
    41
    Thanks
    6,252
    My Mood
    Lurking
    Well, honestly don't try to solve the errors because D3D base uses classes that effects/inherit others so if you tried to fix a error there, another will come up then fix again and so on until you almost changed the whole base



  8. #7
    alvin12345's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    35
    Reputation
    10
    Thanks
    0
    give me code wallhack fast knife and no recoil

  9. #8
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    did you add
    #include <windows.h> ??





    Contributor Since 24-11-2011 ~ 26-12-2011
    VM / PM




Similar Threads

  1. [Help Request] Can anyone help me?
    By kieki4567 in forum Minecraft Help
    Replies: 0
    Last Post: 08-07-2012, 11:59 PM
  2. [Help Request] can anyone help me make this mod? for cleric
    By ariefariq2 in forum Dragon Nest Help
    Replies: 3
    Last Post: 09-23-2011, 11:07 AM
  3. [Help Request] Can anyone help me .rez Mod?
    By Albus Dumbledore in forum Combat Arms Mod Help
    Replies: 1
    Last Post: 07-01-2011, 11:22 AM
  4. Errors in my D3D - Can anyone help?
    By inspired in forum C++/C Programming
    Replies: 5
    Last Post: 09-01-2008, 06:29 PM
  5. People, can anyone help me?
    By tolik13 in forum WarRock - International Hacks
    Replies: 17
    Last Post: 07-21-2007, 01:56 AM