Search found 1046 matches

by ABBKlaus
Mon Jul 24, 2017 7:44 pm
Forum: TailBite
Topic: TailBite website will be closed
Replies: 3
Views: 45750

TailBite website will be closed

Hi all,

i am closing down the tailbite website in the near future.

I have switched to c# completely :wink:

Thanks to all who supported this Project 8)
by ABBKlaus
Tue Dec 16, 2014 10:58 pm
Forum: Announcement
Topic: PrintBarcode and PDFBarcode Library
Replies: 29
Views: 22241

Re: PrintBarcode and PDFBarcode Library

@oakvalley,

you are right, its a bug.

Bugfixed Versions can be downloaded here (Sources only) :
http://purebasicpower.de/downloads/PDFBarcode105.ZIP
http://purebasicpower.de/downloads/PrintBarcode110.ZIP

Regards
Klaus
by ABBKlaus
Mon Apr 28, 2014 4:54 pm
Forum: Applications - Feedback and Discussion
Topic: PrinterLib 1.10
Replies: 91
Views: 53122

Re: PrinterLib 1.10

Try this one :

http://msdn.microsoft.com/en-us/library ... s.85).aspx

Code: Select all

PH=Print_GetPrinterHandle()
If AbortPrinter_(PH)
  Debug "AbortPrinter ok"
EndIf
by ABBKlaus
Tue Apr 01, 2014 9:17 pm
Forum: Coding Questions
Topic: SQL Stored Procedure
Replies: 4
Views: 2045

Re: SQL Stored Procedure

i used srod´s perfect adomate for that kind of work ;-)

http://www.purebasic.fr/english/viewtopic.php?t=35141
by ABBKlaus
Thu Mar 27, 2014 9:11 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 472
Views: 229928

Re: PurePDF Version 2.0

Thanks normeus,

fix is added. Tailbiten libs can be (re)downloaded from my page.

BR Klaus
by ABBKlaus
Mon Mar 24, 2014 9:29 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 472
Views: 229928

Re: PurePDF Version 2.0

I can only add a check in ipdf_putbookmarks() and it will break iteration if it finds an invalid level.
You can check with pdf_geterrorcode() after pdf_save() for the errorcode 19 alias #PDF_ERROR_BOOKMARK.
I have uploaded a new version, same link as above.

BR Klaus
by ABBKlaus
Sun Mar 23, 2014 3:31 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 472
Views: 229928

Re: PurePDF Version 2.0

ABBKlaus, I downloaded what I figured was the latest PurePDF. ( With the rest of the world using DD/MM/YYYY and USA using MM/DD/YYYY kind of gets difficult to figure out the right date :wink: ). Version 2.25 for P.B.51 & P.B.52 Bookmarks are not working anymore. Version 2.24 bookmarks work fine...
by ABBKlaus
Wed Mar 05, 2014 9:02 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 472
Views: 229928

Re: PurePDF Version 2.0

I get the same errormessage in 'Tutorial05 Compressed.pb' saying 'Line 36: Structur not found: MEM_DataStructure.' when in the residents Folder the file 'PurePDF_res.res' is missing ;-)
Did i already mentioned the XIncludefile method ? :twisted:
by ABBKlaus
Thu Feb 20, 2014 11:04 am
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 472
Views: 229928

Re: PurePDF Version 2.0

Is the Purifier enabled ? If yes you should use the includefile method instead of the lib.

[Edit]Workaround:

Code: Select all

      DisableDebugger
      FreeMemory(Sourcemem)
      EnableDebugger
by ABBKlaus
Tue Feb 18, 2014 8:39 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 472
Views: 229928

Re: PurePDF Version 2.0

I have a problem with compressed When i use it the programm fall down on this instruction : ...[b]FreeMemory(Sourcemem)[/b] error L'argument memoryid spécifié n'est pas valide ... with PDF 2.24 32 bits on a computer with Seven and PPUREPDF lib I have no Problems here with PB 5.11 / 5.21 LTS x86. Wh...
by ABBKlaus
Mon Feb 10, 2014 5:23 pm
Forum: TailBite
Topic: TailBite v1.4.11 for Windows
Replies: 29
Views: 58543

Re: TailBite v1.4.11 for Windows

Hi dobro, Thats by design :wink: There are 3 modes : 1. UseUserPrefsfile - commandlineparameter is supplied 2. Prefs loaded in TailBite directory 3. Prefs loaded by PBVersion in CSIDL_APPDATA Just create an empty tailbite.prefs in the tailbite directory and TBManager.exe takes that as default. Or co...
by ABBKlaus
Tue Feb 04, 2014 8:45 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 472
Views: 229928

Re: PurePDF Version 2.0

What Version are you using ? Debug #PDF_VER ; should read 2.24 [Edit]Tutorial05 Compressed.pb corrected : ImportC #ZLIB_IMPORT_PATH CompilerIf #PB_Compiler_Processor = #PB_Processor_x86 _compress.l(*dest, *destlen, *source, sourcelen) As "_compress" CompilerElse _compress.l(*dest, *destlen...
by ABBKlaus
Tue Feb 04, 2014 3:51 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 472
Views: 229928

Re: PurePDF Version 2.0

Just use the XIncludeFile method. Some examples already have it on top but commented out.

Code: Select all

#PurePDF_Include=1
XIncludeFile "PurePDF.pb"
http://www.purebasicpower.de/downloads/ ... Actions.pb
by ABBKlaus
Thu Jan 30, 2014 1:14 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 472
Views: 229928

Re: PurePDF Version 2.0

Thanks for testing normeus, it was a bug in ipdf_PutPages(). Could you test again ?