- Mesaj
- 16
- Beğeni
- 0
- Puan
- 18
- Ticaret Puanı
- 0
1-16:
char.cpp:5718:9: error: expected primary-expression before '{' token
5718 | {
| ^
char.cpp:5755:31: error: expected ')' before ';' token
5755 | SetRotationToXY (x, y);
| ^
| )
char.cpp:5715:12: note: to match this '('
5715 | if (pkChr->IsState (pkChr->m_stateMove) &&
| ^
char.cpp:5755:25: error: could not convert '((CHARACTER*)this)->CHARACTER::SetRotationToXY(x, y)' from 'void' to 'bool'
5755 | SetRotationToXY (x, y);
| ~~~~~~~~~~~~~~~~^~~~~~
| |
| void
Arkadaşlar merhaba expected primary-expression before token hatası nedir nasıl çözülür ?