Error Include
#1

Hi all I'am hava a problem with include file.inc Then I compile my GM this Gives me this Errors:
C:\Users\David\Desktop\pawno\include\file.inc(170) : error 017: undefined symbol "db_close"
C:\Users\David\Desktop\pawno\include\file.inc(170) : warning 215: expression has no effect
C:\Users\David\Desktop\pawno\include\file.inc(170) : error 001: expected token: ";", but found ")"
C:\Users\David\Desktop\pawno\include\file.inc(170) : error 029: invalid expression, assumed zero
C:\Users\David\Desktop\pawno\include\file.inc(170) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

And This is the Linies that Gives Errors:
166 forward BUD::CloseDB();
167 public BUD::CloseDB() {
168 g_iKeepAliveTimer = -1;
169
170 db_close(g_dbKeptAlive);
171
172 g_dbKeptAlive = INVALID_DB;
173 }

Help me!!!
Reply
#2

It is out dated. Use another include for saving/loading your data.
Reply
#3

What another include
Reply
#4

the file.inc include i guess
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)