PDA

View Full Version : Coders,please check this


striker
14th July 2002, 17:34
--------------------Configuration: Terrorist - Win32 Release--------------------
Compiling...
aimbot.cpp
E:\OGC tutorial\dll\aimbot.cpp(38) : fatal error C1083: Cannot open include file: 'cl_dll.h': No such file or directory
apihook.cpp
E:\OGC tutorial\dll\apihook.cpp(96) : error C2106: '=' : left operand must be l-value
E:\OGC tutorial\dll\apihook.cpp(114) : error C2440: '=' : cannot convert from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\OGC tutorial\dll\apihook.cpp(228) : error C2440: '=' : cannot convert from 'unsigned long *' to 'unsigned long'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\OGC tutorial\dll\apihook.cpp(233) : error C2440: '=' : cannot convert from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\OGC tutorial\dll\apihook.cpp(240) : error C2440: '=' : cannot convert from 'unsigned long' to 'unsigned long *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
attack.cpp
E:\OGC tutorial\dll\attack.cpp(29) : fatal error C1083: Cannot open include file: 'attack.h': No such file or directory
AutoMove.cpp
E:\OGC tutorial\dll\AutoMove.cpp(26) : fatal error C1083: Cannot open include file: 'client.h': No such file or directory
bind.cpp
E:\OGC tutorial\dll\bind.cpp(32) : fatal error C1083: Cannot open include file: 'cvar.h': No such file or directory
calcscreen.cpp
E:\OGC tutorial\dll\calcscreen.cpp(20) : fatal error C1083: Cannot open include file: 'calcscreen.h': No such file or directory
client.cpp
E:\OGC tutorial\dll\client.cpp(53) : fatal error C1083: Cannot open include file: 'r_studioint.h': No such file or directory
color.cpp
E:\OGC tutorial\dll\color.cpp(26) : fatal error C1083: Cannot open include file: 'stringfinder.h': No such file or directory
console.cpp
E:\OGC tutorial\dll\console.cpp(30) : fatal error C1083: Cannot open include file: 'console.h': No such file or directory
cvar.cpp
E:\OGC tutorial\dll\cvar.cpp(28) : fatal error C1083: Cannot open include file: 'cvar.h': No such file or directory
GenericPatch.cpp
E:\OGC tutorial\dll\GenericPatch.cpp(27) : fatal error C1083: Cannot open include file: 'genericpatch.h': No such file or directory
hookqueue.cpp
E:\OGC tutorial\dll\hookqueue.cpp(26) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
interface.cpp
interpreter.cpp
E:\OGC tutorial\dll\interpreter.cpp(26) : fatal error C1083: Cannot open include file: 'interpreter.h': No such file or directory
main.cpp
E:\OGC tutorial\dll\main.cpp(32) : fatal error C1083: Cannot open include file: 'apihook.h': No such file or directory
menu.cpp
E:\OGC tutorial\dll\menu.cpp(29) : fatal error C1083: Cannot open include file: 'menu.h': No such file or directory
opengl.cpp
E:\OGC tutorial\dll\opengl.cpp(29) : fatal error C1083: Cannot open include file: 'cvar.h': No such file or directory
parsemsg.cpp
patchtools.cpp
playeritems.cpp
E:\OGC tutorial\dll\playeritems.cpp(28) : fatal error C1083: Cannot open include file: 'playeritems.h': No such file or directory
secmodule.cpp
E:\OGC tutorial\dll\secmodule.cpp(2) : fatal error C1083: Cannot open include file: 'secmodule.h': No such file or directory
snake.cpp
E:\OGC tutorial\dll\snake.cpp(33) : fatal error C1083: Cannot open include file: 'cvar.h': No such file or directory
sniff.cpp
E:\OGC tutorial\dll\sniff.cpp(6) : fatal error C1083: Cannot open include file: 'sniff.h': No such file or directory
sprites.cpp
stdafx.cpp
E:\OGC tutorial\dll\stdafx.cpp(5) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
stringfinder.cpp
E:\OGC tutorial\dll\stringfinder.cpp(29) : fatal error C1083: Cannot open include file: 'stringfinder.h': No such file or directory
timehandling.cpp
E:\OGC tutorial\dll\timehandling.cpp(28) : fatal error C1083: Cannot open include file: 'timehandling.h': No such file or directory
Winamp.cpp
E:\OGC tutorial\dll\Winamp.cpp(26) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
Error executing cl.exe.

Terrorist.dll - 28 error(s), 0 warning(s)

Could somebody explain WTF is wrong,this compiling is full of errors,as you can see,i´m noob,my head will be explode soon.

KeKs
14th July 2002, 20:54
hmm can it be the ure using VC++ 6.0?

striker
15th July 2002, 02:09
Yes i use vc++6.0,could this be the problem?it seems that compiler doesnt found those cpp files but like i said i dont know,hope someone knows and tell me!

greenball
15th July 2002, 18:44
did u set the path 2 the include files right?

KeKs
15th July 2002, 18:55
lol thats the problen dude check the path, and did u try to complie a .NET source? .vcproj?
like you need to set all the stuff by urself cuz no .bsw files :(

SayaPwnzNewbs
16th July 2002, 18:14
is it possible to compile something in Microsoft Visual C++ 6.0
without getting a bunch of errors?

WhoIBe
16th July 2002, 21:47
yes i blieve there is some differences in the .net edition, but i blieve that main thing is that you forgot to check your paths, so thats all =p

striker
17th July 2002, 18:12
Thanks guys,i will check it,hope i get it work!