If there is anything this great PB community can help you with PLEASE let us know.
I'm sure that even on your great Tailbyte program some genious minds of this community can help you solve the problem you're facing right now.
You're so good sharing Tailbyte with us, let us share our mindpower with you to solve any problem...
@El Choni:
Version: 1.3 PR 1.8 Date: May 29th 2006 seems to be the latest public version, right? Is or will there be any new fixed version soon? Because i have a lot sources they may not tailibited Would be nice if you can tell the comunity about future plans/updates ^^
If you need, i can send you the "routines" that may not work with tailibite. have a nice day
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Danke dir erstmal jedoch hat sich nix geändert.
Ich benutze aber noch mehr von den TB-Funktionen wie z.b. TB_SetGadget() oder die strukture TB_GadgetVT.
Wenn ich alle TB-Funktionen aus dem code nehme erstellt tailbit die lib jedoch gehts sie ja dann nit ;-(
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Bad parameter type, number expected instead of string
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
; Globalisierungen
Global MeinString.s
Global MeinLong.l
ProcedureDLL.l Mul(a.l,b.l)
Shared MeinString
MeinLong=a*b
If MeinLong <=0
MeinString="Du solltest Werte größer als Null eingeben"
Else
MeinString="Du hast alles richtig gemacht"
EndIf
ProcedureReturn MeinLong
EndProcedure
ProcedureDLL.s RetErr()
ProcedureReturn MeinString
EndProcedure
ProcedureDLL.s RetErr_UNICODE()
Protected MeinString_ascii.s = Space(255)
PokeS(@MeinString_ascii, MeinString, #PB_Any, #PB_Unicode)
ProcedureReturn MeinString_ascii
EndProcedure
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
How can i use a linked list (of string) by example in parameter... ?
Use
"%FILE" "%TEMPFILE" /KEEPSRCFILES /WRITEBATCH
as parameter for TailBite.
Change the type from Long to LinkedList
ReCreate the lib.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.