Autor Beitrag
Sven
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 314


D6 Ent, K3 Pro (patched)
BeitragVerfasst: Do 12.12.02 11:37 
Hallo,

ich kann DelphiX nicht unter D6 installieren. Bei der Kompilierung bekomme ich laufend Fehlermeldungen. Einiges konnte ich beheben, aber bei einem Syntaxfehler im Assemblercode muß ich passen.

ausblenden Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
asm
          jmp @@EndCode
        @@StartCode:
          mov ebx,edx
          shr ebx,$11       {}@@BitCount:  // 6-bitcount
          and ebx,3
          movzx ebx,byte ptr [ebp+ebx*4]
          shl ebx,$11       {}@@BitCount2: // 8-bitcount
**       movzx edx,byte ptr [offset _AddTable+edx+ebx]
        @@EndCode:
          {$I DXRender.inc}
          {  @@BitCount  }
          mov eax,6; mov edx,Surface; sub eax,[edx + TDXR_Surface.rgb_red.Bitcount]
          mov edx,offset @@BitCount-1

In der Zeile mit den beiden * bleibt der Kompiler mit einer Fehlermeldung hängen. Diese lautet:
[Fehler] DXRender.pas(3554): Inline Assembler Syntaxfehler
Wer kann mir helfen, oder mir sagen, wo ich ein funktionierendes Package für D6 herbekomme?[/b]

_________________
MDK 9.1, Kernel 2.4.21, KDE 3.1 Kylix 3 Pro (patched), nutze aber auch Windows
aogwaba
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 109



BeitragVerfasst: Do 12.12.02 19:23 
Hi!

Hier ist eine Anleitung wie's geht:

turbo.gamedev.net/delphixd6.asp

cu
waba
Sven Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 314


D6 Ent, K3 Pro (patched)
BeitragVerfasst: Fr 13.12.02 08:52 
Danke, es funzt jetzt.

_________________
MDK 9.1, Kernel 2.4.21, KDE 3.1 Kylix 3 Pro (patched), nutze aber auch Windows