Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help, adding__ BQ says not by declaration

Junior Spellweaver
Joined
May 13, 2020
Messages
106
Reaction score
3
This error occurred when generating DatabaseServer



Code:
1>k:\flyff\source\_ common\biaoqing. H (26): error C2143: syntax error: missing ';' (in front of "*")
1>k:\flyff\source\_ common\biaoqing. H (26): error C4430: Missing type specifier - int assumed. Note: C++does not support the default int
1>k:\flyff\source\_ common\biaoqing. H (26): error C2238: Unexpected tag at ";" before
1>k:\flyff\source\_ common\biaoqing. H (39): error C2143: syntax error: missing ';' (in front of "*")
1>k:\flyff\source\_ common\biaoqing. H (39): error C4430: Missing type specifier - int assumed. Note: C++does not support the default int
1>k:\flyff\source\_ common\biaoqing. H (39): error C2334: Unexpected mark in front of "{"; skipping obvious function body
1>k:\flyff\source\_ common\biaoqing. H (31): error C2065: "m_bq": undeclared identifier
1>k:\flyff\source\_ common\biaoqing. H (51): error C2143: syntax error: missing ';' (in front of "*")
1>k:\flyff\source\_ common\biaoqing. H (51): error C4430: Missing type specifier - int assumed. Note: C++does not support the default int
1>k:\flyff\source\_ common\biaoqing. H (51): error C2238: Unexpected tag at ";" before
1>k:\flyff\source\_ common\biaoqing. H (57): error C2143: syntax error: missing ';' (in front of "*")
1>k:\flyff\source\_ common\biaoqing. H (57): error C4430: Missing type specifier - int assumed. Note: C++does not support the default int
1>k:\flyff\source\_ common\biaoqing. H (57): error C2238: Unexpected tag at ";" before
 
Back
Top