TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Fixed, I think. Default values for arguments has not been added yet, though.
El_Choni
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Icesoft: may I have that ExPrinter source, please?
El_Choni
User avatar
IceSoft
Addict
Addict
Posts: 1682
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

El_Choni wrote:Icesoft: may I have that ExPrinter source, please?
You can get it from PBOSL.

But the Problem is the path.
There a 2 TBTemp directories on the path ...
(Look on the screenshot again please)
Last edited by IceSoft on Tue May 16, 2006 10:04 am, edited 1 time in total.
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

ExPrinter running in >=07

but the path-error, see picture bevor, is also in 09.
I can't give you my harddisk :wink:
Problem here:

Code: Select all

ProcedureDLL AutoItX3_Init()
  DataSection
    pAutoItX3_DLL: IncludeBinary "AutoItX3.dll"
  EndDataSection
EndProcedure
ts-soft wrote:Bug with path in Version 07, see pic:
Image
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.
Image
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

ExPrinter compiles here now. About the AutoIt propblem, I think it's fixed, could you check?
El_Choni
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

El_Choni wrote:ExPrinter compiles here now. About the AutoIt propblem, I think it's fixed, could you check?
Yes is fixed :)

/CHM:PBOSL doesn't work in batch progress!
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.
Image
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

ts-soft: ok, I'll check it later, but I have to go to work now :(
El_Choni
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

El_Choni wrote:Looks like 1 and 2 are done, could you check it?
Yes, it seems ok ; thanks !
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

El_Choni wrote:... ok, I'll check it later, but I have to go to work now :(
Yeah, Renault is waiting...

:lol:
magicjo
User
User
Posts: 61
Joined: Sun May 07, 2006 10:43 am
Location: Italy

Post by magicjo »

Found an error on compiling PBOSL_PurePDF with Tailbite v. 1.3 PR 1.0, follow the link for the files ported for PB4 :
http://www.penguinbyte.com/apps/pbwebst ... urePDF.zip

The problem is on a following line :

Code: Select all

msg = msg + StrF((pdfH-(y+h))*pdfK,2) + " cm /I"+ Str(Images()\ImageN)+ " Do Q"
on function pdf_Imagebasic(); practically the last static string ->" Do Q"<- became :

Code: Select all

PBOSL_PurePDF__S185: db " PBOSL_PurePDF_Do Q",0
on file PBOSL_PurePDFShared.asm.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

The problem i've sent to El_C is not solved yet (PR1.1)
Do you have received my mail ?
Even though I agree I don't really know what can be the problem :?
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

magicjo's bug should be solved by now.

Polo: default values for parameters are not implemented yet, the rest should work correctly, doesn't it?
El_Choni
magicjo
User
User
Posts: 61
Joined: Sun May 07, 2006 10:43 am
Location: Italy

Post by magicjo »

El_Choni, the speeder coder of the West !
Yes, the bug is fixed on Tailbite version 1.3. PR 1.1.

Thanks : :wink:
magicjo
User
User
Posts: 61
Joined: Sun May 07, 2006 10:43 am
Location: Italy

Post by magicjo »

Another bug, maybe: calling the function pdf_Cell() cause the following error : "An attempted read or write error to/from an address...".
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

File example TailBite\Samples\MyPaintBoxGadget\MyPaintBoxGadget.pb doesn't work anymore. Is it normal ?
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
Post Reply