TailBite 1.0 Preview, soon in PureProject and PureArea
Moderators: gnozal, ABBKlaus, lexvictory
You can get it from PBOSL.El_Choni wrote:Icesoft: may I have that ExPrinter source, please?
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,...
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
ExPrinter running in >=07
but the path-error, see picture bevor, is also in 09.
I can't give you my harddisk
Problem here:
but the path-error, see picture bevor, is also in 09.
I can't give you my harddisk

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:
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.

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

/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.

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

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 : on function pdf_Imagebasic(); practically the last static string ->" Do Q"<- became : on file PBOSL_PurePDFShared.asm.
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"
Code: Select all
PBOSL_PurePDF__S185: db " PBOSL_PurePDF_Do Q",0