• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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