Autor Beitrag
Delphi_Schüler
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 25



BeitragVerfasst: Fr 10.03.06 16:40 
user profile iconGTA-Place hat folgendes geschrieben:
UnDelphix (turbo.gamedev.net/undelphix.asp) ist für Delphi 7.


Das hab ich schon, aber es gibt nur instal 3, 4 und 5 in der zip datei und bei denen kommt die meldung, dass VCL30.dpl fehlt -.-
Darth Sitthiander
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 95



BeitragVerfasst: Sa 11.03.06 22:45 
bei mir ist es jetzt so:

ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
var
i: Integer;
begin
for i := 0 to DxPlay1.Players.Count-1 do
 begin
  try
  Listbox1.Items.Add(DXPLay1.Players.Players[i].Name);
  Listbar1.Items.Add(DXPLay1.Players.Players[i].Name+' hat den Raum betreten.')
  finally

   end;
  end;
end;


und das funktioniert. Nur wenn ich das auch bei delete player reintuhe, dann löscht er irgendwie den player nicht aus der listbox1. Bitte helfen. Danke.

Moderiert von user profile iconraziel: Code- durch Delphi-Tags ersetzt
bruce185
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 283

winXP
D7 Ent
BeitragVerfasst: So 07.05.06 04:08 
hallo,
ich habe mir auch die Komponente UnDelphiX gedownloadet, aber wenn ich des DelphiX_for7 ausführe auf Compilieren, dann kommt dieser Fehler:

ausblenden Delphi-Quelltext
1:
2:
Erzeugen
  [Fataler Fehler] DXConsts.pas(103): Ausgabedatei 'E:\Output\DXConsts.dcu' kann nicht erstellt werden


wieso kommt der Fehler? an was kann des liegen?
ich benutze Delphi7

ich danke euch schonmal :wink:

Gruss Andreas
bruce185
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 283

winXP
D7 Ent
BeitragVerfasst: So 07.05.06 21:47 
Hallo nachmal,
bei mir geht der Chat net, wenn ich z.B. im Chat drin bin und eine Nachricht eingebe, dann erscheint beim andere Rechner ein Fenster und da steht "Illegale Message Form"
wisst ihr woran das liegen kann?
Ironwulf
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 733
Erhaltene Danke: 2



BeitragVerfasst: Di 22.08.06 04:40 
wie kann ich die verbindung sauber trennen?
wenn ich es mit DXPLay1.Close tue erhalt ich eine Zugriffsverletzung, das kann aber auch daran liegen das ich es im onmessage aufrufe, nur leider fällt mir grad keine möglichkeit ein das dort irgendwie nach dem onmessage aufzurufen, hat jemand eine idee?
GTA-Place Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
EE-Regisseur
Beiträge: 5248
Erhaltene Danke: 2

WIN XP, IE 7, FF 2.0
Delphi 7, Lazarus
BeitragVerfasst: Sa 16.12.06 21:53 
DxPlay.Close in OnDestroy des Forms verwenden.

Ich habe oben im Tutorial den Fehler verbessert, dass DPID_ALLPLAYERS unbekannt war, ein paar Änderungen vorgenommen und einen Beispiel-Source angehängt.

_________________
"Wer Ego-Shooter Killerspiele nennt, muss konsequenterweise jeden Horrorstreifen als Killerfilm bezeichnen." (Zeit.de)
Memorius
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 25

Windows XP Professional
Delphi 4.0 PE
BeitragVerfasst: Mo 04.06.07 23:16 
Hallo,
Gibt es auch DelphiX für Delphi 4 pro?
übrigens:
ich komme nicht auf die seite www.turbo.gamedev.net ... Die seite kann nicht angezeigt werden.
Was is da loos? Ist die seite veraltet??

C YA
GTA-Place Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
EE-Regisseur
Beiträge: 5248
Erhaltene Danke: 2

WIN XP, IE 7, FF 2.0
Delphi 7, Lazarus
BeitragVerfasst: So 10.06.07 09:55 
Die Firma GameDev gibt es nicht mehr. Hier gibt es DelphiX für Delphi 3 - 7 + 2005/2006.

_________________
"Wer Ego-Shooter Killerspiele nennt, muss konsequenterweise jeden Horrorstreifen als Killerfilm bezeichnen." (Zeit.de)