[Include] SQLite Improved

everytime if i compile my complete compiler is crashing.

Crash Line: if (iTagOf3 == tagof(DBDataType) {

DBDataType: is crashing this.

enum DBDataType: {
DB::TYPE_NONE,
DB::TYPE_NULL,
DB::TYPE_INT,
DB::TYPE_INTEGER = DB::TYPE_INT,
DB::TYPE_UINT,
DB::TYPE_UINTEGER = DB::TYPE_UINT,
DB::TYPE_FLOAT,
DB::TYPE_STRING,
DB::TYPE_RAW_STRING,
DB::TYPE_IDENTIFIER,

// Special types

#if DB::USE_WHIRLPOOL
DB::TYPE_WP_HASH,
#endif

DB::TYPE_PLAYER_NAME,
DB::TYPE_PLAYER_IP,
DB::TYPE_ARRAY
};
Reply

Quote:
Originally Posted by Phцnix
Посмотреть сообщение
everytime if i compile my complete compiler is crashing.

Crash Line: if (iTagOf3 == tagof(DBDataType) {

DBDataType: is crashing this.

enum DBDataType: {
DB::TYPE_NONE,
DB::TYPE_NULL,
DB::TYPE_INT,
DB::TYPE_INTEGER = DB::TYPE_INT,
DB::TYPE_UINT,
DB::TYPE_UINTEGER = DB::TYPE_UINT,
DB::TYPE_FLOAT,
DB::TYPE_STRING,
DB::TYPE_RAW_STRING,
DB::TYPE_IDENTIFIER,

// Special types

#if DB::USE_WHIRLPOOL
DB::TYPE_WP_HASH,
#endif

DB::TYPE_PLAYER_NAME,
DB::TYPE_PLAYER_IP,
DB::TYPE_ARRAY
};
Hi, I am having a similar problem. The PAWN compiler (Zeex patched) crashes.
At the beginning it didn't crash, but after a certain revision it started to crash always.
Is there anyone who knows how to fix this problem?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)