PurePDF library 1.0 BETA

Developed or developing a new product in PureBasic? Tell the world about it.
Ralf
Enthusiast
Enthusiast
Posts: 203
Joined: Fri May 30, 2003 1:29 pm
Location: Germany

Re: PurePDF library 1.0 BETA

Post by Ralf »

hi! wanted to take a clother look to your pdf lib. when i try to download the zip file from your url i get everytime the message that a virus will try to install to my system! :!: :!: :!: :evil:
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

no viruses found in both zip files !
57.145 Bytes "ZuserLIB.zip"
92.983 Bytes "purePDF.zip"
downloaded at 10.9.2004 23:07 German time and scanned with McAfee Virusscan 7.02.6000 Datfile version 4.0.4390

Maybe a false alarm ?

-------------------------------------------------------------------------------------
WinXP SP2 / Firewall is ON / McAfee Virusscan 7.0 is ON / Automatic Updates is ON / Local user is Admin :(
LuckyLuke
Enthusiast
Enthusiast
Posts: 181
Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium

Post by LuckyLuke »

New version of PurePDF available.
Version 1.20 :
- Added helpfile
- Update pdf_Image (JPEG support)
- Bugfix pdf_Image
- Using NUM3 installation tool

Enjoy ! :wink:

http://smollies.fateback.com/LibInstall_PurePDF.exe
DominiqueB
Enthusiast
Enthusiast
Posts: 103
Joined: Fri Apr 25, 2003 4:00 pm
Location: France

Oupss !

Post by DominiqueB »

So sad, i can't use any of your samples they all crash !

I used the .exe to install, all whent well.
I take a tut.pb to try, but they all crash !

I'm under xp pro sp1.

Sorry...

Dominique
Dominique

Windows 10 64bits. Pure basic 32bits
plouf
Enthusiast
Enthusiast
Posts: 281
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Post by plouf »

all progs ((tut's) made with new lib crash here too

XP sp2 (old version with old pb worked)
Christos
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

same for me :x

i compiled with Tailbite and get the following error :

Code: Select all

FAsm: pdfShared.asm

flat assembler version 1.56
TBTemp\Functions\pdfShared.asm [280]
Public align 4
error: reserved word used as symbol.

The Pipe has been closed.
in your code you used 'a_align' as vars :?: maybe its the problem
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Update tailbite and, if you find the same error, please send me some source to tailbite in ;)

Regards,
El_Choni
LuckyLuke
Enthusiast
Enthusiast
Posts: 181
Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium

Post by LuckyLuke »

I'm using XP sp2 and purebasic 3.91. And it's working fine.
I used the latest version of Tailbite to build this lib.

I'm wondering if this lib is working fine on someone's PC ??? :?:

Could the removal of the prefixes of the function arguments be the problem ??? :?:
PATLOU
User
User
Posts: 12
Joined: Mon Oct 18, 2004 6:24 am

Bugs

Post by PATLOU »

I am also using XP SP2 and PB 3.92 B and my computer crashes on
PDF_CLOSE() instruction
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

ok i tested it on a clean PB3.91 Final and Tailbite V1.2B1.3 and it works fine :D

what did not work :

PB3.92B userlib pdf crashes !
Tailbite V1.2B1.4 with PB3.91 Final (duplicate library command: TB_Include2DDrawing()(in libraries TB_Include2DDrawing and TB_Include) sorry EL_Choni
Tailbite V1.2B1.4 with PB3.92B (duplicate library command: TB_Include2DDrawing()(in libraries TB_Include2DDrawing and TB_Include) sorry EL_Choni
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Please, delete the TB_Include Purelibrary (n PureLibraries/UserLibraries) and everything should work fine

Regards,
El_Choni
PATLOU
User
User
Posts: 12
Joined: Mon Oct 18, 2004 6:24 am

Post by PATLOU »

El_Choni wrote:Please, delete the TB_Include Purelibrary (n PureLibraries/UserLibraries) and everything should work fine

Regards,
This library doesn't exists in my computer. How can i do ? thansks Lucky luke for your answer and to give me the way on how transforming your source in a library.
LuckyLuke
Enthusiast
Enthusiast
Posts: 181
Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium

Post by LuckyLuke »

@El_Choni
Using PureBasic 3.92Beta + Tailbite 1.2 Beta 1.4 :
FAsm abcShared.asm

flat assembler version 1.56
TBTemp\Functions\abcShared.asm [5]
Public align 4
error: reserved word used as symbol.

The Pipe has been closed.
using following test code :

Code: Select all

ProcedureDLL abc_init()
  NewList test.s()
EndProcedure

ProcedureDLL abc_add()
  AddElement(test())
  test() = "ok"
EndProcedure

ProcedureDLL abc_free()
  ClearList(test())
EndProcedure
Works fine with PureBasic 3.91; but when using the lib created in purebasic 3.91, the program crashes on the ClearList in PureBasic 3.92Beta. :(

This causes my lib to crash in PureBasic 3.92Beta. Any help is welcome.
Thanksalot !!!
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

@LuckyLuke

with EL_Choni´s new version V1.2B1.5 it compiles without errors :wink:
LuckyLuke
Enthusiast
Enthusiast
Posts: 181
Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium

Post by LuckyLuke »

New version can be downloaded from here (3.92 compatible)

Thanks to PureBasic Community :D
Post Reply