Page 6 of 6

Posted: Thu Feb 26, 2009 8:56 pm
by ABBKlaus
I fixed the problem.
@Maxus : please confirm that it is working

Download is here : http://www.tailbite.com/downloads/TailB ... R1.881.zip

Posted: Mon Mar 02, 2009 10:04 am
by Maxus
Great works!!! THX!!!

Posted: Wed Jun 17, 2009 11:29 pm
by SunSatION

Code: Select all

---------------------------
Error
---------------------------
Line:-1
OnError line support disabled
Invalid memory access
Exit program?
---------------------------
Yes   No   
---------------------------
Seems like it's not working here :(

Posted: Thu Jun 18, 2009 12:13 am
by ABBKlaus
SunSatION wrote:

Code: Select all

---------------------------
Error
---------------------------
Line:-1
OnError line support disabled
Invalid memory access
Exit program?
---------------------------
Yes   No   
---------------------------
Seems like it's not working here :(
and what´s not working here ?
Snippet please, or the TailBite logfile that is stored in the temp folder of the current user.
And please make your bugreport as separate thread, like i said in the first post :roll:

Regards Klaus

Posted: Thu Jun 18, 2009 12:45 am
by SunSatION
Oh sry. Won't post again in this topic after this one :P

Well it's not exactly a TB bug. It's just the installer that crashes after pressing the first next.

Installing TailBiteV1.3PR1.881.zip and running on Windows 7 x64.

Can't upload the log file since it doesn't create one.

Code: Select all

1:55:06.7225687 AM	TailBite_Installer.exe	6064	QueryDirectory	C:\Users\SunSatION\AppData\Local\Temp\TailBite_Logfile.txt	NO SUCH FILE	Filter: TailBite_Logfile.txt

Posted: Thu Jun 18, 2009 3:18 pm
by ABBKlaus
I think i forgot to post the announcement of version V1.4.0 :
TailBite V1.4.0 wrote:[44] APR 7th 2009 TailBite v1.4.0
- MultiLib (lexvictory)
- Linux Support added (lexvictory)
- Preliminary OS X support (lexvictory)
- Import "" supported (access PB internals) (lexvictory)
- No search for librarymaker if where expected (PB 4.30) (lexvictory)
- TB_GagdetExtension, TB_Debugger, TB_ImagePlugin added back in as includes (lexvictory)
- TB_Debugger now supports all the new debugger features (expect language file based ones) (lexvictory)
See freak's blog: http://www.purebasic.fr/blog/?p=103
- Samples for the above plugins created (MyDebugErrorPlugin updated) (lexvictory)
- New TailBite directive to add internal PBLibs to .Desc: ;--TB_ADD_PBLIB_LibName to add LibName to .Desc (lexvictory)
- fixed backup of old library when in multilib mode
- added parameter /PREF "Filename" to load user defined preferences
for more details see first post.

PS: SunSatION is the installer from V1.4.0 also crashing ? I cannot test at the moment, having only XP at hand right now.

Posted: Thu Jun 18, 2009 4:21 pm
by SunSatION
No it doesn't crash. It needs to change settings for compatability but it works. Thanks!

Posted: Sat Jul 18, 2009 2:21 pm
by Flype
Hi ABBKLAUS,

Does this version support Import/ImportC statements ?

Because i've experimented some problem with TB1.4.0 (Windows) and PB4.31(x86).

Posted: Sat Jul 18, 2009 3:54 pm
by Flype
Hmmm, sorry.

Finally it's ok, don't know really why...


By the way, MULTILIB option is really great !

Posted: Fri Jul 24, 2009 7:52 am
by HAnil
Hi AbbKlaus,
thanks for very important util.
When I extract source from src.pack, Src folder doesn't contain any pb file. is there any problem ?
thanks

Posted: Fri Jul 24, 2009 10:09 pm
by ABBKlaus
its because someone packed zero-byte files "dontcompileme" with AddPackFile() in the src.pack :twisted:
I will fix this :wink:

[Update]In the meantime you can use the SVN-Repository here : http://sourceforge.net/svn/?group_id=252593[/Update]

Posted: Fri Jul 24, 2009 11:25 pm
by ABBKlaus
TailBite V1.4.1 wrote:[45] JUL 24th 2009 TailBite v1.4.1
- added 100% float & double fix (lexvictory)
- gadget extension: removed old way of including pb lib and added new one (lexvictory)
- Minor changes to allow TailBite to be compiled as a DLL (lexvictory)
(changes just make sure an 'End' command doesn't get compiled into a DLL)
TailBite_DLL.pb is used to build the Dll/so/dylib
Does not need to be included in the installer builder, as it is a developer aimed extra (I plan to add it to my IDE, so I'll keep it up to date)
- added /PREF option to define prefs location (lexvictory)
- updated inc_os_windows to support windows 7 , osversion reports 80 instead of pb_os_windows_future=100 (lexvictory)
- more mac os x fixes (lexvictory)
- TB working (apart from PB bugs) on OS X (lexvictory)
- fixed bug in makepack() could not store zero-byte files / updated TBManager + TBUpdater to support zero-byte files
for more details see first post.

Regards Klaus

Posted: Sat Jul 25, 2009 3:33 am
by lexvictory
ABBKlaus wrote:its because someone packed zero-byte files "dontcompileme" with AddPackFile() in the src.pack :twisted:
I'm glad you understand the installer/update mechanism, it confuses the hell out of me :twisted:

Posted: Sat Jul 25, 2009 2:32 pm
by netmaestro
First, thanks so much for all the work you're putting into this!

I have a tiny suggestion for the TB Manager window:

Currently, the "Batch Options" button has an icon that points to the right and when you click it, it shows pressed and the batch options are shown below. Then you click the button again (which is showing pressed) to hide them. I don't believe this is quite as intuitive as it could be. How about:

1) Change the Batch Options button icon to an arrow (or chevron, more common) that points down, that's where the options are coming out

2) Have it behave like a normal button rather than a toggle

3) When you press it and the batch options are shown, the button's icon changes to an arrow (or chevron) that points up

4) When you press it and the batch options are hidden, button icon becomes pointing down again

Posted: Sun Jul 26, 2009 11:42 pm
by ABBKlaus
TailBite V1.4.2 wrote:[46] JUL 26th 2009 TailBite v1.4.2
- fixed missing decoration bug (found by nco2k)
- added new expand button for the batch options (idea from netmaestro :wink: )
for more details see first post.

Regards Klaus