Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 05:18

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

Advertisement



WarRock EU - Code Snippets

Discussion on WarRock EU - Code Snippets within the WarRock forum part of the Shooter category.

View Poll Results: Wie findet ihr diesen Thread
Klasse! 78 60.94%
Geht so 17 13.28%
Sinnlos, braucht keiner 33 25.78%
Voters: 128. You may not vote on this poll

Closed Thread
 
Old 05/29/2012, 17:47   #7126
 
elite*gold: 0
Join Date: Apr 2012
Posts: 3
Received Thanks: 0
Wo muss ich die Werte wie z.B. ADR_Trigger deffinieren?
InfectedRain is offline  
Old 05/30/2012, 00:13   #7127
 
elite*gold: 77
Join Date: May 2012
Posts: 137
Received Thanks: 176
Quote:
Originally Posted by InfectedRain View Post
Wo muss ich die Werte wie z.B. ADR_Trigger deffinieren?
Einfach in eine Header-Datei(.h), oder dort wo du gerade drin bist.
Zum Beispiel ADR_Trigger Definition = int ADR_Trigger;
int = (Integer)
xCrazia is offline  
Old 05/30/2012, 05:58   #7128
 
Phantom.'s Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 1,510
Received Thanks: 3,014
Quote:
Originally Posted by xCrazia View Post
Einfach in eine Header-Datei(.h), oder dort wo du gerade drin bist.
Zum Beispiel ADR_Trigger Definition = int ADR_Trigger;
int = (Integer)
omfg?
Du hast echt keine Ahnung oder?
ADR_Trigger ist eine Addy XD Diese muss man Definieren!
..

Invisible Bomb:
Code:
if( InvisibleBomb )
{
	*(WORD*)(ADR_DEFUSEANYWHERE) = 65535;
}
Phantom. is offline  
Thanks
3 Users
Old 05/30/2012, 09:50   #7129
 
elite*gold: 77
Join Date: May 2012
Posts: 137
Received Thanks: 176
Quote:
Originally Posted by TradEmArk™˟ View Post
omfg?
Du hast echt keine Ahnung oder?
ADR_Trigger ist eine Addy XD Diese muss man Definieren!
..

Invisible Bomb:
Code:
if( InvisibleBomb )
{
	*(WORD*)(ADR_DEFUSEANYWHERE) = 65535;
}
Ja und?
Dann halt #define ADR_TRIGGER (ADDY) ? xD
€: Eigentlich braucht jetzt keiner mehr was mit WarRock zu releasen, da die Nexon Übertragung am Start ist
xCrazia is offline  
Old 05/30/2012, 15:16   #7130
 
elite*gold: 0
Join Date: Mar 2012
Posts: 72
Received Thanks: 141
Und? meint ihr Nexon ändert soviel? wenn ihr zu unfähig seit addys nach einem Update zur researchen dann seit ihr sogar zu unfähig für elitepvpers und das muss was heißen.

GreeTz aus dem Urlaub. 32 Grad, Pool, Shisha und Monster am Start. YEAH!
PS: Mal gucken was Nexon macht ich vermute aber mal nicht viel.
BlackxLegend™ is offline  
Thanks
3 Users
Old 05/30/2012, 18:11   #7131
 
elite*gold: 0
Join Date: Apr 2012
Posts: 3
Received Thanks: 0
Invisible Bomb:
Code:
if( InvisibleBomb )
{
	*(WORD*)(ADR_DEFUSEANYWHERE) = 65535;
}
Das hilft mir zwar schon etwas weiter aber trotzdem steh ich noch vor 3 Großen Fragen(Hätte ich mir ja selbst beanwortet aber hab weder bei Google noch hier was nützliches gefunden)

1.Brauch ich den ASM code also mit On off bytes ausrechnen oder reicht Hex.
2.Trotzdem sagt mein Compiler das ADR_... nicht deffiniert ist ein Grundschema wäre nett
3.In dem Beispiel jezt if(invisibleBomb) wieso muss da ein if hin?^^

Ich wäre überaus dankbar für eine Antwort weil ich hier fast verzweifel.
InfectedRain is offline  
Old 05/30/2012, 19:48   #7132
 
elite*gold: 77
Join Date: May 2012
Posts: 137
Received Thanks: 176
Quote:
Originally Posted by BlackxLegend™ View Post
Und? meint ihr Nexon ändert soviel? wenn ihr zu unfähig seit addys nach einem Update zur researchen dann seit ihr sogar zu unfähig für elitepvpers und das muss was heißen.

GreeTz aus dem Urlaub. 32 Grad, Pool, Shisha und Monster am Start. YEAH!
PS: Mal gucken was Nexon macht ich vermute aber mal nicht viel.
Nein, du hast meinen Post nicht verstanden das meine ich nähmlich gar nicht damit.
Ich meine damit, das bis zur Nexon Übertragung was posten unnötig ist da man bei der Übertragung keine Funktionen bzw. Hack's testen kann?
Btw
Schönen Urlab, sauf net zu viel! ;-)
xCrazia is offline  
Old 05/30/2012, 23:11   #7133
 
elite*gold: 0
Join Date: Oct 2011
Posts: 39
Received Thanks: 14
Quote:
Originally Posted by _BuRn3R_ View Post
Mein Structlogger Source + Pattern.

Pattern:
Code:
DWORD dwIndex = dwNoRecoil3 + 0x4C;
DWORD dwGravityX = dwIndex + 0x17;
DWORD dwGravityY = dwGravityX + 0x4;
DWORD dwGravityZ = dwGravityY + 0x4;
DWORD dwWeaponState = FindPattern((PBYTE)"\x8B\xB0\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x3B\xC6","xx????x????xx",2,true);
DWORD dwPlayerSpeed = dwNoSpread - 0x4;
DWORD dwAutoPlant = FindPattern((PBYTE)"\x89\xB3\x00\00\x00\x00\x89\xB3\x00\00\x00\x00\x66\x89\x83\x00\x00\x00\x00\x66\x89\xBB","xx????xx????xxx????xxx",2,true);
DWORD dwAutoDefuse = dwAutoPlant + 0x4;
DWORD dwAutoShot = dwAutoDefuse + 0x12;
DWORD dwViewX = FindPattern((PBYTE)"\x8D\x8B\x00\x00\x00\x00\xD8\x21","xx????xx",2,true);
DWORD dwViewY = dwViewX + 0x4;
DWORD dwViewZ = dwViewY + 0x4;
DWORD dwPitch = FindPattern((PBYTE)"\xD9\x93\x00\x00\x00\x00\x66\x89\x83\x00\x00\x00\x00\xD9\x93\x00\x00\x00\x00\x88\x83\x00\x00\x00\x00\x33\xC0","xx????xxx????xx????xx????xx",2,true);
DWORD dwYaw = FindPattern((PBYTE)"\xD8\xA0\x00\x00\x00\x00\xDC\x35\x00\x00\x00\x00\xDC\x0D\x00\x00\x00\x00\xD9\x5C\x24\x14","xx????xx????xx????xxxx",2,true);
DWORD dwWeapon1 = FindPattern((PBYTE)"\x66\x8B\x80\x00\x00\x00\x00\x66\x3B\x46","xxx????xxx",3,true);
DWORD dwWeapon2 = dwWeapon1 + 0x2;
DWORD dwWeapon3 = dwWeapon2 + 0x2;
DWORD dwNoRecoil1 = FindPattern((PBYTE)"\x8B\x87\x00\x00\x00\x00\x7A","xx????x",2,true);
DWORD dwNoRecoil2 = dwNoRecoil1 + 0x4;
DWORD dwNoRecoil3 = dwNoRecoil2 + 0x4;
DWORD dwNoM134Idle = FindPattern((PBYTE)"\x39\xBB\x00\x00\x00\x00\x0F\x85\x00\x00\x00\x00\x0F\xB7\x83","xx????xx????xxx",2,true);
DWORD dwFastNadeBlast = dwNoSpread + 0x4;
DWORD dwXAchse = FindPattern((PBYTE)"\x8D\x87\x00\x00\x00\x00\xE8\x00\x00\x00\x00\xE8","xx????x????x",2,true);
DWORD dwYAchse = dwXAchse - 0x8;
DWORD dwZAchse = dwXAchse + 0x8;
DWORD dwNoSpread = FindPattern((PBYTE)"\xD9\x83\x00\x00\x00\x00\x0F\xB7\x85\x00\x00\x00\x00\xD9\xE8","xx????xxx????xx",2,true);
DWORD dwNoFallDamage = FindPattern((PBYTE)"\x8D\xB7\x00\x00\x00\x00\xD9\x1C\x24","xx????xxx",2,true);
Log Source:

Code:
	Writelog("struct CPlayer");
	Writelog("{");
	Writelog("	char xUnknown1[%d];//0x00",dwNoRecoil1);
	Writelog("	float NoRecoil1;//0x%X",dwNoRecoil1);
	Writelog("	float NoRecoil2;//0x%X",dwNoRecoil2);
	Writelog("	float NoRecoil3;//0x%X",dwNoRecoil3);
	Writelog("	char xUnknown2[%d];//0x%X",dwIndex - dwNoRecoil3 - 0x4, dwNoRecoil3 + 0x4);
	Writelog("	BYTE Index;//0x%X",dwIndex);
	Writelog("	char xUnknown3[%d];//0x%X",dwGravityX - dwIndex - 0x1, dwIndex + 0x1);
	Writelog("	float GravityX;//0x%X",dwGravityX);
	Writelog("	float GravityY;//0x%X",dwGravityY);
	Writelog("	float GravityZ;//0x%X",dwGravityZ);
	Writelog("	char xUnknown4[%d];//0x%X",dwWeaponState - dwGravityZ - 0x4, dwGravityZ + 0x4);
	Writelog("	int WeaponState;//0x%X",dwWeaponState);
	Writelog("	char xUnknown5[%d];//0x%X",dwNoSpread - dwWeaponState - 0x4, dwWeaponState + 0x4);
	Writelog("	float NoSpread;//0x%X",dwNoSpread);
	Writelog("	float FastNadeBlast;//0x%X",dwFastNadeBlast);
	Writelog("	char xUnknown6[%d];//0x%X",dwPitch - dwFastNadeBlast - 0x4, dwFastNadeBlast + 0x4);
	Writelog("	float Pitch;//0x%X",dwPitch);
	Writelog("	char xUnknown7[%d];//0x%X",dwYaw - dwPitch - 0x4, dwPitch + 0x4);
	Writelog("	float Yaw;//0x%X",dwYaw);
	Writelog("	char xUnknown8[%d];//0x%X",dwViewX - dwYaw - 0x4, dwYaw + 0x4);
	Writelog("	float ViewX;//0x%X",dwViewX);
	Writelog("	float ViewY;//0x%X",dwViewY);
	Writelog("	float ViewZ;//0x%X",dwViewZ);
	Writelog("	char xUnknown9[%d];//0x%X",dwWeapon1 - dwViewZ - 0x4, dwViewZ + 0x4);
	Writelog("	WORD Weapon1;//0x%X",dwWeapon1);
	Writelog("	WORD Weapon2;//0x%X",dwWeapon2);
	Writelog("	WORD Weapon3;//0x%X",dwWeapon3);
	Writelog("	char xUnknown10[%d];//0x%X",dwPlayerState - dwWeapon3 - 0x2, dwWeapon3 + 0x2);
	Writelog("	BYTE PlayerState;//0x%X",dwPlayerState);
	Writelog("	char xUnknown11[%d];//0x%X",dwNoFallDamage - dwPlayerState - 0x1, dwPlayerState + 0x1);
	Writelog("	float NoFallDamage;//0x%X",dwNoFallDamage);
	Writelog("	char xUnknown12[%d];//0x%X",dwXAchse - dwNoFallDamage - 0x4, dwNoFallDamage + 0x4);
	Writelog("	float PosX;//0x%X",dwXAchse);
	Writelog("	char xUnknown13[%d];//0x%X",dwYAchse - dwXAchse - 0x4, dwXAchse + 0x4);
	Writelog("	float PosY;//0x%X",dwYAchse);
	Writelog("	char xUnknown14[%d];//0x%X",dwZAchse - dwYAchse - 0x4, dwYAchse + 0x4);
	Writelog("	float PosZ;//0x%X",dwZAchse);
	Writelog("	char xUnknown15[%d];//0x%X",dwAutoPlant - dwZAchse - 0x4, dwZAchse + 0x4);
	Writelog("	DWORD AutoPlant;//0x%X",dwAutoPlant);
	Writelog("	DWORD AutoDefuse;//0x%X",dwAutoDefuse);
	Writelog("	char xUnknown16[%d];//0x%X",dwAutoShot - dwAutoDefuse - 0x4, dwAutoDefuse + 0x4);
	Writelog("	DWORD AutoShot;//0x%X",dwAutoShot);
	Writelog("	char xUnknown17[%d];//0x%X",dwNoM134Idle - dwAutoShot - 0x4, dwAutoShot + 0x4);
	Writelog("	float NoM134Idle;//0x%X",dwNoM134Idle);
	Writelog("};");
Enjoy it, credits to me!

Give you me Log source CBase? Please
GraFixPL is offline  
Old 05/31/2012, 06:02   #7134
 
Phantom.'s Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 1,510
Received Thanks: 3,014
Quote:
Originally Posted by xCrazia View Post
Nein, du hast meinen Post nicht verstanden das meine ich nähmlich gar nicht damit.
Ich meine damit, das bis zur Nexon Übertragung was posten unnötig ist da man bei der Übertragung keine Funktionen bzw. Hack's testen kann?
Btw
Schönen Urlab, sauf net zu viel! ;-)
Er darf saufen soviel er will!

CQCProne: (von CyberRazzer)
Code:
		if ( cPlayer.CH_CQCProne )
		{
			if ( GetAsyncKeyState ( 'C' ) )
			{
				if ( *(DWORD*)(dwPlayerPtr+ADR_OFFSET_PLAYERSTATE) != *(DWORD*)(ADR_STATE_PLAYER_PRONE) )
				{
					*(DWORD*)(dwPlayerPtr+ADR_OFFSET_PLAYERSTATE) = *(DWORD*)(ADR_STATE_PLAYER_PRONE);
				}
			}
		}
Phantom. is offline  
Thanks
2 Users
Old 05/31/2012, 19:39   #7135
 
xXrussXx's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 643
Received Thanks: 846
geht wallhack auch in Win XP ? Wenn ja bitte um source (request)
xXrussXx is offline  
Old 06/01/2012, 16:18   #7136
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 434
Received Thanks: 396
Ist auf XP genauso wie bei Vista/Win7/(8) oder anderen Systemen.Solltest du auf der ersten Seite finden.
KingClem™ is offline  
Old 06/01/2012, 19:15   #7137
 
xXrussXx's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 643
Received Thanks: 846
Exclamation

HTML Code:
1>------ Erstellen gestartet: Projekt: xXRusSXx, Konfiguration: Debug Win32 ------
1>  Quelle.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.cpp(52): error C2664: 'strcpy': Konvertierung des Parameters 1 von 'TCHAR [80]' in 'char *' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>  D3DMenu.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(52): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1>          c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(58): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1>          c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(63): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1>          c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(226): warning C4244: '=': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>  Base.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\detour.h(47): error C2664: 'CreateWindowExW': Konvertierung des Parameters 3 von 'const char [1]' in 'LPCWSTR' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(12): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(13): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(14): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(187): warning C4305: '=': Verkürzung von 'int' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(299): warning C4305: '=': Verkürzung von 'double' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(136): error C2664: 'CD3DFont::CD3DFont(TCHAR *,DWORD,DWORD)': Konvertierung des Parameters 1 von 'const char [7]' in 'TCHAR *' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(170): error C2664: 'GetModuleHandleW': Konvertierung des Parameters 1 von 'const char [9]' in 'LPCWSTR' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>  Code wird generiert...
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
das is von einer nacht auf die andere passiert ..woran es liegen kann check ich nich kann einer helfen? Tv oder so^^
xXrussXx is offline  
Old 06/01/2012, 21:16   #7138
 
elite*gold: 0
Join Date: Mar 2012
Posts: 194
Received Thanks: 311
Quote:
Originally Posted by xXrussXx View Post
HTML Code:
1>------ Erstellen gestartet: Projekt: xXRusSXx, Konfiguration: Debug Win32 ------
1>  Quelle.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.cpp(52): error C2664: 'strcpy': Konvertierung des Parameters 1 von 'TCHAR [80]' in 'char *' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>  D3DMenu.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(52): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1>          c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(58): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1>          c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(63): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1>          c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(226): warning C4244: '=': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>  Base.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\detour.h(47): error C2664: 'CreateWindowExW': Konvertierung des Parameters 3 von 'const char [1]' in 'LPCWSTR' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(12): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(13): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(14): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(187): warning C4305: '=': Verkürzung von 'int' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(299): warning C4305: '=': Verkürzung von 'double' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(136): error C2664: 'CD3DFont::CD3DFont(TCHAR *,DWORD,DWORD)': Konvertierung des Parameters 1 von 'const char [7]' in 'TCHAR *' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(170): error C2664: 'GetModuleHandleW': Konvertierung des Parameters 1 von 'const char [9]' in 'LPCWSTR' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>  Code wird generiert...
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
das is von einer nacht auf die andere passiert ..woran es liegen kann check ich nich kann einer helfen? Tv oder so^^
Nice coding skills you got there
cheatslaw is offline  
Thanks
1 User
Old 06/01/2012, 23:14   #7139

 
elite*gold: 0
Join Date: Mar 2012
Posts: 3,513
Received Thanks: 1,023
Quote:
Originally Posted by xXrussXx View Post
HTML Code:
1>------ Erstellen gestartet: Projekt: xXRusSXx, Konfiguration: Debug Win32 ------
1>  Quelle.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.cpp(52): error C2664: 'strcpy': Konvertierung des Parameters 1 von 'TCHAR [80]' in 'char *' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>  D3DMenu.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(52): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1>          c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(58): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1>          c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(63): error C2039: 'DrawTextA': Ist kein Element von 'CD3DFont'
1>          c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\quelle.h(30): Siehe Deklaration von 'CD3DFont'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(161): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(166): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(167): warning C4244: 'Argument': Konvertierung von 'float' in 'INT', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(168): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(169): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(170): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(190): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(210): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(213): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(219): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(221): warning C4244: 'Argument': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\d3dmenu.cpp(226): warning C4244: '=': Konvertierung von 'float' in 'int', möglicher Datenverlust
1>  Base.cpp
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\detour.h(47): error C2664: 'CreateWindowExW': Konvertierung des Parameters 3 von 'const char [1]' in 'LPCWSTR' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(12): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(13): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(14): warning C4553: '==': Operator hat keine Auswirkungen; ist '=' beabsichtigt?
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(187): warning C4305: '=': Verkürzung von 'int' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\hacks.h(299): warning C4305: '=': Verkürzung von 'double' in 'float'
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcrazia_fixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(136): error C2664: 'CD3DFont::CD3DFont(TCHAR *,DWORD,DWORD)': Konvertierung des Parameters 1 von 'const char [7]' in 'TCHAR *' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>c:\dokumente und einstellungen\micha\desktop\kopie (2) von xcraziafixxed__elextro__d3d9\xcrazia_fixxed__elextro__d3d9\base.cpp(170): error C2664: 'GetModuleHandleW': Konvertierung des Parameters 1 von 'const char [9]' in 'LPCWSTR' nicht möglich
1>          Die Typen, auf die verwiesen wird, sind nicht verknüpft; die Konvertierung erfordert einen reinterpret_cast-Operator oder eine Typumwandlung im C- oder Funktionsformat.
1>  Code wird generiert...
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
das is von einer nacht auf die andere passiert ..woran es liegen kann check ich nich kann einer helfen? Tv oder so^^
"xcrazia_fixxed " ,das sagt schon alles

Schick mal deinen Code,ich hatte auch schonmal sowas ähnliches..
Faultyclones is offline  
Old 06/02/2012, 09:24   #7140
 
elite*gold: 77
Join Date: May 2012
Posts: 137
Received Thanks: 176
Quote:
Originally Posted by Donnie Brasco View Post
"xcrazia_fixxed " ,das sagt schon alles

Schick mal deinen Code,ich hatte auch schonmal sowas ähnliches..
Unnötiger Kommi von dir, ich habe ihm die Fehler gestern gefixxt.
xCrazia is offline  
Closed Thread


Similar Threads Similar Threads
WTB Flyff Source code snippets
04/01/2012 - Flyff Trading - 0 Replies
Hellow I posted this because I wanted to buy a fix scroll of unbinding.Which removes soul-link of an item.If you have its code snippets PM me.Don't sell me a code which is release because all of them are not working.I wanted to buy a fix one and a non-buggy code Payment:via Paypal
[Autoit] Youtube Code Snippets
07/29/2011 - AutoIt - 5 Replies
Tag Zusammen. Wie wohl die meisten von euch mitbekommen haben, bieten derzeit sehr viele User hier sogenannte Youtube Services an, bei denen man Abos, Likes, Dislikes etc. kaufen kann. Doch wer wirklich Erfolg haben will, braucht natürlich viele Abonnenten und Likes, was per Hand Tage dauern würde. Deshalb werden hier in letzter Zeit immer mehr Youtube Bots verkauft. Was, wie ich finde, ein ziemliche Abzocke ist, da das meist nur sehr schlechte Bots sind, die lediglich den Internet...
Some Code-Snippets[PSERVER]
07/15/2011 - Kal Hacks, Bots, Cheats & Exploits - 17 Replies
This is the code of the hack which Fremo released.. I got new methods so I dont need this anymore & maybe it'll help some people... G31 Adult Skill if(comboBox4->Text=="Panther'crit'") { KC->Chat(255," Panther Skill ON"); KC->Threads=1; KC->lasttime = timeGetTime()-15000; } else if(comboBox4->Text=="Tiger'otp'")
[Release] Code Snippets Manager
01/21/2011 - Coding Releases - 0 Replies
Code Snippets Manager http://upit.cc/images/1d47d78e.jpg Hab mich heute mal rangesetzt, und einen kleinen Manager für Code-Snippets(Code-Fetzen) gecodet, da ich alles sortiert in einer Anwendung wollte. Da es sicherlich jemand nützlich finden wird, lad ich es hier mal hoch.



All times are GMT +1. The time now is 05:18.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.