Page 1 of 1

Dim *MyArray() -> UNDEFINED_SYMBOL

Posted: Sun Jan 09, 2011 9:55 am
by nco2k

Code: Select all

ProcedureDLL A_Init()
  Global Dim *MyArray(0)
EndProcedure
; ---------------------------
; TailBite Error
; ---------------------------
; FAsm: A_Init.asm
;
; Error
;
; Line no: 17
;
; Error code: -122
;
; Error String: UNDEFINED_SYMBOL
; ---------------------------
; OK
; ---------------------------
c ya,
nco2k

Re: Dim *MyArray() -> UNDEFINED_SYMBOL

Posted: Wed Jan 12, 2011 4:19 am
by lexvictory
Try this build: http://sourceforge.net/projects/tailbit ... e/download
Just keep in mind my builds have a habit of not working in the first place (usually when i compile on my other computer), and this is an early morning fix...

Re: Dim *MyArray() -> UNDEFINED_SYMBOL

Posted: Wed Jan 12, 2011 8:00 am
by nco2k
thanks, it seems to work :D

btw when an error occures, i have to kill TailBite.exe within the task manager. otherwise i cant use the TailBite Manager anymore.

c ya,
nco2k