TailBite V1.4.2 Windows

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post 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
User avatar
Maxus
User
User
Posts: 71
Joined: Thu Feb 16, 2006 9:35 am
Location: Russia
Contact:

Post by Maxus »

Great works!!! THX!!!
Sorry my English, I'm Russian
AMT Laboratory
SunSatION
User
User
Posts: 85
Joined: Tue Jun 21, 2005 7:26 pm
Location: Malta

Post 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 :(
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post 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
SunSatION
User
User
Posts: 85
Joined: Tue Jun 21, 2005 7:26 pm
Location: Malta

Post 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
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post 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.
SunSatION
User
User
Posts: 85
Joined: Tue Jun 21, 2005 7:26 pm
Location: Malta

Post by SunSatION »

No it doesn't crash. It needs to change settings for compatability but it works. Thanks!
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post 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).
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
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

Hmmm, sorry.

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


By the way, MULTILIB option is really great !
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
User avatar
HAnil
User
User
Posts: 87
Joined: Thu Feb 26, 2004 5:42 pm
Location: 28:58E 41:01N

Post 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
PureBasic v5.22 LTS & Mac & Windows8
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post 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]
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post 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
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

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

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post 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
BERESHEIT
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post 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
Post Reply