Compiling Errors

01/19/2015 11:02 BigBrainAFK#1
Hab ein "paar" Fehler:


Was ich erreichen wollte: Das Platin System von Proud Flyff in die GoH Source einfügen.

Bitte um hilfe.

MfG,
BigBrainAFK
01/19/2015 11:05 マリブ#2
Code:
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\MoverSkill.cpp(1376): error C2065: 'II_SYS_SYS_SCR_REBIRTH' : undeclared identifier
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\Mover.cpp(1960): error C2065: 'II_SYS_SYS_QUE_REBIRTH01' : undeclared identifier
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\Mover.cpp(1960): error C2065: 'II_SYS_SYS_QUE_REBIRTH02' : undeclared identifier
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\Mover.cpp(1960): error C2065: 'II_SYS_SYS_QUE_REBIRTH03' : undeclared identifier
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\Mover.cpp(1960): error C2065: 'II_SYS_SYS_SCR_REBIRTH' : undeclared identifier
defineItem.h definition fehlt.
01/19/2015 11:10 BigBrainAFK#3
Quote:
Originally Posted by iMalibu View Post
Code:
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\MoverSkill.cpp(1376): error C2065: 'II_SYS_SYS_SCR_REBIRTH' : undeclared identifier
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\Mover.cpp(1960): error C2065: 'II_SYS_SYS_QUE_REBIRTH01' : undeclared identifier
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\Mover.cpp(1960): error C2065: 'II_SYS_SYS_QUE_REBIRTH02' : undeclared identifier
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\Mover.cpp(1960): error C2065: 'II_SYS_SYS_QUE_REBIRTH03' : undeclared identifier
C:\Users\Administrator\Desktop\Titan-FlyFF\TitanSource\Source\Source\_Common\Mover.cpp(1960): error C2065: 'II_SYS_SYS_SCR_REBIRTH' : undeclared identifier
defineItem.h definition fehlt.
Huch die sind schon gefixxt... ausversehen noch im txt dokument drin. Aber danke trozdem :D
01/19/2015 13:41 NewMoonx#4
Neuz error LNK2019: unresolved external symbol

heißt dass die Funktion definiert ist, aber die Aufgabe nicht. Er weis also nicht was er mit der Funktion anstellen soll. Überprüf nochmal deine Codes, du hast was vergessen.
01/19/2015 13:59 BigBrainAFK#5
Quote:
Originally Posted by NewMoonx View Post
Neuz error LNK2019: unresolved external symbol

heißt dass die Funktion definiert ist, aber die Aufgabe nicht. Er weis also nicht was er mit der Funktion anstellen soll. Überprüf nochmal deine Codes, du hast was vergessen.
Das hab ich ja auch schon rausgefunden nur das Problem ist das ich in fast keiner dieser Funktionen irgendwas geändert habe genauso wie ich keine dieser Funktionen angefasst habe. ie Funktionen sind Korrekt in der header Datei und existieren auch in der cpp.
01/20/2015 02:10 Wharsh#6
or you forgot to link some .cpp and .h Go check it.
01/20/2015 12:25 BigBrainAFK#7
Quote:
Originally Posted by Wharsh View Post
or you forgot to link some .cpp and .h Go check it.
how to check this?
01/24/2015 12:34 Wharsh#8
what system did you add? from released or leech? because if you code it. you know how to fix it
01/24/2015 14:35 BigBrainAFK#9
copied it from proud flyff source that i leeched
01/26/2015 03:27 Wharsh#10
ohhh. my buggy source :D give you a tip. you dont have the wndpartyfinder.cpp and .h something like that. and check the others ^^ then link it :) If I help gimme some thanks :)
01/31/2015 20:48 BigBrainAFK#11
I've decided to use a ServerFiles which already have the Platin System included so pls close this.