TailBite 1.0 Preview, soon in PureProject and PureArea
Moderators: gnozal, ABBKlaus, lexvictory
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Is there a way to use Native optional parameters with tailbite
Without using this
Code: Select all
ProcedureDLL Test(Title.s="Title",Text.s="Text")
MessageRequester(Title,Text)
EndProcedure
Code: Select all
ProcedureDLL MyFunction(arg1, arg2)
result = Pow(arg1, arg2)
ProcedureReturn result
EndProcedure
ProcedureDLL MyFunction2(arg1, arg2, arg3)
result = Pow(arg1, arg2)/arg3
ProcedureReturn result
EndProcedure
not yet droopy.
There are still some bugs and PB4 features missing, but i'd like to hear about new bugs, etc., before adding features like default values for arguments, etc.
Thanks in advance, and regards,
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
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Oh, well, if it's not supported I can't use it yet...Flype wrote:not yet droopy.
There are still some bugs and PB4 features missing, but i'd like to hear about new bugs, etc., before adding features like default values for arguments, etc.
Thanks in advance, and regards,
Well, I've sent the file to El Chroni anyway

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
My error report for Tailbite 1.30 PR06
1 et 2 no more error
But with the same library, tailbite now says 'ERROR : line : -1'
3 seems to be fixed
4 seems to be fixed
Thank you very much for your hard work !
1 et 2 no more error
Code: Select all
ZIP : to much lines, sent per mail
3 seems to be fixed
4 seems to be fixed
Thank you very much for your hard work !
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Very nice, thanks !!!El_Choni wrote:I'm also adding the possibility of compiling just a static lib to a purelib, putting in the pb source just import sections with no procedures.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Bug with path in Version 07, see pic:


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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
