Yardım Güneş Özütü Ve Ay Özütü sınırsız yapma

  • Konuyu açan Konuyu açan muhammet53
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 3
  • Gösterim Gösterim 76
Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.
eklerken şu hatayı alıyorum
Kod:
Genişlet Daralt Kopyala
char_item.cpp:7420:38: error: 'type' was not declared in this scope; did you mea                                                                             n 'wctype'?
 7420 |  const CAffect* pAffect = FindAffect(type);
      |                                      ^~~~
      |                                      wctype
char_item.cpp:7420:27: error: 'FindAffect' was not declared in this scope; did y                                                                             ou mean 'pAffect'?
 7420 |  const CAffect* pAffect = FindAffect(type);
      |                           ^~~~~~~~~~
      |                           pAffect
char_item.cpp:7424:2: error: expected unqualified-id before 'if'
 7424 |  if (NULL != pAffect)
      |  ^~
char_item.cpp:7493:1: error: expected declaration before '}' token
 7493 | }
      | ^
 
Üst