Prob with dudb
#1

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 ?
Reply
#2

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.
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)