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


Messages In This Thread
Error Include - by DAVIDXP - 10.11.2012, 16:31
Re: Error Include - by Konstantinos - 10.11.2012, 16:33
Re: Error Include - by DAVIDXP - 10.11.2012, 17:14
Re: Error Include - by Red_Dragon. - 10.11.2012, 17:32

Forum Jump:


Users browsing this thread: 1 Guest(s)