PurePDF library 1.0 BETA
Re: PurePDF library 1.0 BETA
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!

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
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
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
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
-
DominiqueB
- Enthusiast

- Posts: 103
- Joined: Fri Apr 25, 2003 4:00 pm
- Location: France
Oupss !
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
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
Windows 10 64bits. Pure basic 32bits
same for me
i compiled with Tailbite and get the following error :
in your code you used 'a_align' as vars
maybe its the problem
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.
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
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
Using PureBasic 3.92Beta + Tailbite 1.2 Beta 1.4 :
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 !!!
Using PureBasic 3.92Beta + Tailbite 1.2 Beta 1.4 :
using following test code :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.
Code: Select all
ProcedureDLL abc_init()
NewList test.s()
EndProcedure
ProcedureDLL abc_add()
AddElement(test())
test() = "ok"
EndProcedure
ProcedureDLL abc_free()
ClearList(test())
EndProcedureThis causes my lib to crash in PureBasic 3.92Beta. Any help is welcome.
Thanksalot !!!


