Results 1 to 3 of 3
  1. #1
    PlastiKe's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    C++ Wallhack build error

    i start working today on my wallhack for warrock and for combat arms and everytime i tried to build the DLL file i get a error msg that says i need to
    download d3d8.h and more stuffs.. i downloaded DirectX 8 and now i get this msg please help me :

    started: Project: FuckWarock, Configuration: Debug Win32 ------
    1> FuckWarock.cpp
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(57): error 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 (x86)\microsoft visual studio 11.0\vc\include\string.h(110) : see declaration of 'strcpy'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(122): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(123): warning C4244: 'initializing' : conversion from 'float' to 'LONG', possible loss of data
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(181): error C2143: syntax error : missing ')' before 'constant'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(200): error C2059: syntax error : ')'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(202): error C2143: syntax error : missing ';' before '{'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(396): error C2065: 'dwDra' : undeclared identifier
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(396): error C2146: syntax error : missing ')' before identifier 'wIndexedPrimitive'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(396): error C2059: syntax error : ')'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(397): error C2065: 'dwSetStrea' : undeclared identifier
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(397): error C2146: syntax error : missing ')' before identifier 'mSource'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(397): error C2059: syntax error : ')'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(398): error C2065: 'd' : undeclared identifier
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(398): error C2146: syntax error : missing ')' before identifier 'wSetViewport'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(398): error C2059: syntax error : ')'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(420): error C2065: 'dwDra' : undeclared identifier
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(420): error C2146: syntax error : missing ')' before identifier 'wIndexedPrimitive'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(420): error C2059: syntax error : ')'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(421): error C2065: 'dwSetStrea' : undeclared identifier
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(421): error C2146: syntax error : missing ')' before identifier 'mSource'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(421): error C2059: syntax error : ')'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(422): error C2065: 'd' : undeclared identifier
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(422): error C2146: syntax error : missing ')' before identifier 'wSetViewport'
    1>c:\users\user\desktop\c++ plus\fuckwarock\fuckwarock\fuckwarock.cpp(422): error C2059: syntax error : ')'
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  2. #2
    sabatbatu's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    147
    Reputation
    10
    Thanks
    6
    My Mood
    Cold
    learn c++

     

    Project Done 20%




  3. #3
    elitehades66's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    SomeWhereInTheGalaxy
    Posts
    42
    Reputation
    10
    Thanks
    2
    Learn C++ dont just copy & paste

Similar Threads

  1. C++ Build Error
    By Templar in forum Combat Arms Coding Help & Discussion
    Replies: 11
    Last Post: 06-30-2011, 01:36 PM
  2. [Help] Help D3D menü build error :(
    By efsaneyup in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 11-19-2010, 07:25 AM
  3. Actually no build error's?
    By Kuro Tenshi in forum Combat Arms EU Hack Coding/Source Code
    Replies: 6
    Last Post: 09-24-2010, 03:27 AM
  4. [Help] Building Errors
    By KnifeHacker in forum Combat Arms EU Hack Coding/Source Code
    Replies: 13
    Last Post: 08-01-2010, 05:26 AM
  5. [Help]Build Error
    By mikey1181 in forum Visual Basic Programming
    Replies: 2
    Last Post: 05-03-2010, 07:58 AM