[Include] SQLite Improved - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] SQLite Improved (
/showthread.php?tid=303682)
Re: SQLite Improved -
Phцnix - 17.08.2017
everytime if i compile my complete compiler is crashing.
Crash Line: if (iTagOf3 == tagof(DBDataType
![Smiley](images/smilies/smile.png)
) {
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
};
Re: SQLite Improved -
Sasino97 - 03.06.2018
Quote:
Originally Posted by Phцnix
everytime if i compile my complete compiler is crashing.
Crash Line: if (iTagOf3 == tagof(DBDataType ![Smiley](images/smilies/smile.png) ) {
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?