I am trying to compile a walhack for Soldier Front and I ony need to fix 3 errors. These are the errors:
PHP Code:
1>------ Build started: Project: Wallhack, Configuration: Debug Win32 ------
1>Compiling...
1>name.cpp
1>c:documents and settings******my documentsvisual studio 2008projectswallhackwallhackname.cpp(26) : error C2062: type 'int' unexpected
1>c:documents and settings******my documentsvisual studio 2008projectswallhackwallhackname.cpp(78) : error C2447: '{' : missing function header (old-style formal list?)
1>c:documents and settings******my documentsvisual studio 2008projectswallhackwallhackname.cpp(427) : fatal error C1004: unexpected end-of-file found
1>Build log was saved at "file://c:\Documents and Settings\******\My Documents\Visual Studio 2008\Projects\Wallhack\Wallhack\Debug\BuildLog.htm"
1>Wallhack - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
These are the lines for them:
26
PHP Code:
int LPDIRECT3DTEXTURE8;int Red,int Yellow,int Green,int Blue,int Purple,int Pink,int Orange;
78
PHP Code:
HRESULT; int GenerateTexture;"IDirect3DDevice8";int pD3Ddev,IDirect3DTexture8;int ppD3Dtex,colour32;
427
Bookmarks