Page 4 of 6
Re: PurePDF library 1.0 BETA
Posted: Fri Sep 10, 2004 4:21 pm
by Ralf
Posted: Fri Sep 10, 2004 10:03 pm
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

Posted: Tue Oct 19, 2004 2:11 pm
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 !
http://smollies.fateback.com/LibInstall_PurePDF.exe
Oupss !
Posted: Tue Oct 19, 2004 7:19 pm
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
Posted: Tue Oct 19, 2004 8:45 pm
by plouf
all progs ((tut's) made with new lib crash here too
XP sp2 (old version with old pb worked)
Posted: Tue Oct 19, 2004 11:46 pm
by ABBKlaus
same for me
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
Posted: Wed Oct 20, 2004 1:54 am
by El_Choni
Update tailbite and, if you find the same error, please send me some source to tailbite in
Regards,
Posted: Wed Oct 20, 2004 6:13 pm
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 ???

Bugs
Posted: Wed Oct 20, 2004 8:34 pm
by PATLOU
I am also using XP SP2 and PB 3.92 B and my computer crashes on
PDF_CLOSE() instruction
Posted: Wed Oct 20, 2004 10:34 pm
by ABBKlaus
ok i tested it on a clean PB3.91 Final and Tailbite V1.2B1.3 and it works fine
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
Posted: Wed Oct 20, 2004 10:49 pm
by El_Choni
Please, delete the TB_Include Purelibrary (n PureLibraries/UserLibraries) and everything should work fine
Regards,
Posted: Thu Oct 21, 2004 5:52 am
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.
Posted: Sun Oct 24, 2004 12:30 pm
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 !!!
Posted: Tue Oct 26, 2004 9:38 pm
by ABBKlaus
@LuckyLuke
with EL_Choni´s new version V1.2B1.5 it compiles without errors

Posted: Wed Oct 27, 2004 9:54 am
by LuckyLuke
New version can be downloaded from
here (3.92 compatible)
Thanks to PureBasic Community
