SA-MP Forums Archive
Prob with dudb - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Prob with dudb (/showthread.php?tid=90663)



Prob with dudb - The_Tough - 09.08.2009

Yo Im starting an admin filterscript and I use the dudb include,the dutils, and the dini
The problem which apears is

Fata error : Cannot read from file "dudb"

Version of Dini : 1.5.1
Version of Dudb : 2.4
Version of Dutils : 1.10

What am I supposed to do ? I read some topics saying the one file requires the other one.. but if I remove the #include <dudb> and <dutils> I get this

error 017: undefined symbol "udb_Exists"
error 017: undefined symbol "udb_Create".

If I add dutils and dini only I get this

error 021: symbol already defined: "strtok"
error 021: symbol already defined: "num_hash"
error 017: undefined symbol "udb_Exists"
error 017: undefined symbol "udb_Create"
warning 203: symbol is never used: "ret_memcpy" // #pragma unused ret_mpmcpy

Whats the wrong ?


Re: Prob with dudb - Burridge - 09.08.2009

Make sure all three are defined. As as far as I know, they use eachother sorta thing.

Код:
error 021: symbol already defined: "strtok"
error 021: symbol already defined: "num_hash"
Check your code, because it may have been defined again.


Re: Prob with dudb - The_Tough - 09.08.2009

Yes I removed them but my include aint readed again,i still get the fatal error ..