Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 02:44

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help] Multiple Compiling Errors! [C++]

Discussion on [Help] Multiple Compiling Errors! [C++] within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2007
Posts: 6
Received Thanks: 0
[Help] Multiple Compiling Errors! [C++]

Hi! I am new at this, so please bear with me. I got a D3D base and followed this guys' tutorial on youtube on how to make a D3D hack with ELExTrO base and simple hacks he shows you how to put in. On the second tutorial, he shows how to do all types of chams.

I have all of the stuff he wrote on my D3D, and a couple extra things, and I have 30+ compiling errors - some of which, to me, don't make sense, so I really need some help.

Thanks!
dudezrule is offline  
Old 08/04/2011, 20:18   #2


 
buFFy!'s Avatar
 
elite*gold: 1826
Join Date: Mar 2009
Posts: 4,310
Received Thanks: 6,287
i guess u forgot to post the errors, right?
buFFy! is offline  
Old 08/04/2011, 20:27   #3
 
elite*gold: 42
Join Date: Jun 2008
Posts: 5,425
Received Thanks: 1,888
c&p fail ;<
MoepMeep is offline  
Old 08/04/2011, 20:35   #4
 
elite*gold: 0
Join Date: Dec 2007
Posts: 6
Received Thanks: 0
Yeah, I forgot :P

Code:
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(8) : error C2275: 'DWORD' : illegal use of this type as an expression
1>        C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\windef.h(152) : see declaration of 'DWORD'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(8) : error C2146: syntax error : missing ';' before identifier 'Server'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(8) : error C2065: 'Server' : undeclared identifier
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(10) : error C2059: syntax error : 'if'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(11) : error C2143: syntax error : missing ';' before '{'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(24) : error C2065: 'CH_Superjump' : undeclared identifier
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(26) : error C2065: 'vKey_Control' : undeclared identifier
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(37) : error C2059: syntax error : '}'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(37) : error C2143: syntax error : missing ';' before '}'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(37) : error C2059: syntax error : '}'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(40) : error C2143: syntax error : missing ';' before '{'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(40) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(61) : error C2059: syntax error : '}'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(61) : error C2143: syntax error : missing ';' before '}'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\Hacks.h(61) : error C2059: syntax error : '}'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(17) : error C2143: syntax error : missing ';' before '{'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(17) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(23) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(45) : error C2143: syntax error : missing ';' before '*'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(45) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(45) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(36) : error C2065: 'MENU' : undeclared identifier
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(36) : error C2059: syntax error : ')'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(37) : error C2065: 'MENU' : undeclared identifier
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(37) : error C2059: syntax error : ')'
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(40) : error C2065: 'MENU' : undeclared identifier
1>c:\users\dustin\downloads\warrock\my hacks\elextro d3d\elextro d3d\d3dmenu.h(41) : error C2065: 'MENU' : undeclared identifier
1>.\Base.cpp(64) : error C2601: 'myPresent' : local function definitions are illegal
1>        .\Base.cpp(41): this line contains a '{' which has not yet been matched
1>.\Base.cpp(87) : error C2601: 'GenerateTexture' : local function definitions are illegal
1>        .\Base.cpp(41): this line contains a '{' which has not yet been matched
1>.\Base.cpp(111) : error C2601: 'myDrawIndexedPrimitive' : local function definitions are illegal
1>        .\Base.cpp(41): this line contains a '{' which has not yet been matched
1>.\Base.cpp(437) : error C2601: 'D3D' : local function definitions are illegal
1>        .\Base.cpp(41): this line contains a '{' which has not yet been matched
1>.\Base.cpp(460) : error C2601: 'DllMain' : local function definitions are illegal
1>        .\Base.cpp(41): this line contains a '{' which has not yet been matched
1>.\Base.cpp(468) : fatal error C1075: end of file found before the left brace '{' at '.\Base.cpp(41)' was matched
1>Build log was saved at "file://c:\Users\Dustin\Downloads\WarRock\My Hacks\ELExTrO D3D\ELExTrO D3D\Release\BuildLog.htm"
1>DraX D3D - 33 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
dudezrule is offline  
Old 08/05/2011, 15:11   #5


 
buFFy!'s Avatar
 
elite*gold: 1826
Join Date: Mar 2009
Posts: 4,310
Received Thanks: 6,287
syntax errors :> just read and fix?
buFFy! is offline  
Reply


Similar Threads Similar Threads
[Guide] 2 Fixes on Sro-Errors (no bot-errors)
03/04/2011 - SRO Guides & Templates - 5 Replies
Hey guys, here are 2 fixes for silkroad-errors (not bot-errors!). I know they dont appear for many people but some guys have problems with it. 1st Fix: "Server is undergoing inspection..." Why does this error appear? Because Joymax has some problems with the Login-Servers. Fix: Step1): Click on "Start" then on "Run"
Compiling Error
01/24/2011 - Flyff Private Server - 11 Replies
Hayy, ich habe mir mal den Offi Source v15 geladen und wollte zum Beispiel den Titel der Neuz ändern.( Nach Neuz Mods) So Neuz name Geändert :D So jetzt mache ich das : http://img524.imageshack.us/img524/2845/neuzrecht sklick.png Ich benutze Natürlich Visual Studio 2003. Doch dann kommt dieser Error: Steht in der Task List
[HELP] Compiling world.cs
08/21/2010 - CO2 Private Server - 2 Replies
Im noob at C# I have the 5165 source, and I want compiling world.cs (I changed xp rate) but I dont know how to compile(I debug it but nothing happens). I need noob guide to compile .cs and start the server with the changes Im using visual studio 2010
Wallhack Compiling
04/12/2008 - Soldier Front - 4 Replies
hey guys i just started to learn C++ and its been 1 month ,still learning however i checked the fatboy thread in GZP about wallhack source,i downloaded directx sdk thingy and all the include file and librarys but i have an error while compiling it here is a picture of it... here is some of pictures for people my first error http://img87.imageshack.us/img87/177/58579749ia3. th.png thats second http://img227.imageshack.us/img227/7653/15103128m d8.th.png thats thrid...
Compiling CE
10/27/2007 - Kal Online - 2 Replies
.



All times are GMT +1. The time now is 02:45.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.