Developed or developing a new product in PureBasic? Tell the world about it.
Ralf
Enthusiast
Posts: 203 Joined: Fri May 30, 2003 1:29 pm
Location: Germany
Post
by Ralf » Fri Sep 10, 2004 4:21 pm
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Fri Sep 10, 2004 10:03 pm
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
DominiqueB
Enthusiast
Posts: 103 Joined: Fri Apr 25, 2003 4:00 pm
Location: France
Post
by DominiqueB » Tue Oct 19, 2004 7:19 pm
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
Posts: 281 Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece
Post
by plouf » Tue Oct 19, 2004 8:45 pm
all progs ((tut's) made with new lib crash here too
XP sp2 (old version with old pb worked)
Christos
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Tue Oct 19, 2004 11:46 pm
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
El_Choni
TailBite Expert
Posts: 1007 Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain
Post
by El_Choni » Wed Oct 20, 2004 1:54 am
Update tailbite and, if you find the same error, please send me some source to tailbite in
Regards,
El_Choni
LuckyLuke
Enthusiast
Posts: 181 Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium
Post
by LuckyLuke » Wed Oct 20, 2004 6:13 pm
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
Posts: 12 Joined: Mon Oct 18, 2004 6:24 am
Post
by PATLOU » Wed Oct 20, 2004 8:34 pm
I am also using XP SP2 and PB 3.92 B and my computer crashes on
PDF_CLOSE() instruction
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Wed Oct 20, 2004 10:34 pm
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
El_Choni
TailBite Expert
Posts: 1007 Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain
Post
by El_Choni » Wed Oct 20, 2004 10:49 pm
Please, delete the TB_Include Purelibrary (n PureLibraries/UserLibraries) and everything should work fine
Regards,
El_Choni
PATLOU
User
Posts: 12 Joined: Mon Oct 18, 2004 6:24 am
Post
by PATLOU » Thu Oct 21, 2004 5:52 am
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
Posts: 181 Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium
Post
by LuckyLuke » Sun Oct 24, 2004 12:30 pm
@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
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Tue Oct 26, 2004 9:38 pm
@LuckyLuke
with EL_Choni´s new version V1.2B1.5 it compiles without errors
LuckyLuke
Enthusiast
Posts: 181 Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium
Post
by LuckyLuke » Wed Oct 27, 2004 9:54 am
New version can be downloaded from
here (3.92 compatible)
Thanks to PureBasic Community