Hallo,
ich habe bisher immer DINI benutzt, aber SII soll besser sein.
Daher wollte ich "mal eben" das ganze mit SII compilen und schauen was passiert.
Das Ergebnis war:
Code
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(89) : error 017: undefined symbol "JunkStream"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(588) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(589) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(590) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(591) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(592) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(593) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(820) : error 017: undefined symbol "strtok"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(820) : error 033: array must be indexed (variable "cmd")
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(818) : warning 203: symbol is never used: "idx"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(984) : error 017: undefined symbol "dini_Get"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(986) : error 017: undefined symbol "dini_Int"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(987) : error 017: undefined symbol "dini_Int"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(988) : error 017: undefined symbol "dini_Int"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(989) : error 017: undefined symbol "dini_Int"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(990) : error 017: undefined symbol "dini_Int"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(991) : error 017: undefined symbol "dini_Int"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(1010) : error 017: undefined symbol "dini_Create"
C:\Documents and Settings\...\Desktop\Restliche Datein\battleship.pwn(1011) : error 017: undefined symbol "dini_Set"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
18 Errors.
Alles anzeigen
Eigentlich hatte ich auch Errors erwartet, aber ich weiß nicht was man jetzt statt dini_Int usw. verwenden muss ...