Dim *MyArray() -> UNDEFINED_SYMBOL

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Dim *MyArray() -> UNDEFINED_SYMBOL

Post 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
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Re: Dim *MyArray() -> UNDEFINED_SYMBOL

Post 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...
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Re: Dim *MyArray() -> UNDEFINED_SYMBOL

Post 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
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
Post Reply