Page 21 of 40

Posted: Tue May 16, 2006 9:53 am
by El_Choni
Fixed, I think. Default values for arguments has not been added yet, though.

Posted: Tue May 16, 2006 9:59 am
by El_Choni
Icesoft: may I have that ExPrinter source, please?

Posted: Tue May 16, 2006 10:02 am
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)

Posted: Tue May 16, 2006 10:03 am
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

Posted: Tue May 16, 2006 10:17 am
by El_Choni
ExPrinter compiles here now. About the AutoIt propblem, I think it's fixed, could you check?

Posted: Tue May 16, 2006 10:21 am
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!

Posted: Tue May 16, 2006 10:36 am
by El_Choni
ts-soft: ok, I'll check it later, but I have to go to work now :(

Posted: Tue May 16, 2006 1:51 pm
by gnozal
El_Choni wrote:Looks like 1 and 2 are done, could you check it?
Yes, it seems ok ; thanks !

Posted: Tue May 16, 2006 4:20 pm
by fsw
El_Choni wrote:... ok, I'll check it later, but I have to go to work now :(
Yeah, Renault is waiting...

:lol:

Posted: Tue May 16, 2006 8:27 pm
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.

Posted: Tue May 16, 2006 8:37 pm
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 :?

Posted: Tue May 16, 2006 8:49 pm
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?

Posted: Tue May 16, 2006 8:53 pm
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:

Posted: Tue May 16, 2006 10:02 pm
by magicjo
Another bug, maybe: calling the function pdf_Cell() cause the following error : "An attempted read or write error to/from an address...".

Posted: Tue May 16, 2006 10:22 pm
by Flype
File example TailBite\Samples\MyPaintBoxGadget\MyPaintBoxGadget.pb doesn't work anymore. Is it normal ?