TailBite specific forum
Moderators: gnozal , ABBKlaus , lexvictory
nco2k
Addict
Posts: 1344 Joined: Mon Sep 15, 2003 5:55 am
Post
by nco2k » Sun Jan 09, 2011 9:55 am
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
Posts: 1027 Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:
Post
by lexvictory » Wed Jan 12, 2011 4:19 am
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!
nco2k
Addict
Posts: 1344 Joined: Mon Sep 15, 2003 5:55 am
Post
by nco2k » Wed Jan 12, 2011 8:00 am
thanks, it seems to work
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