UpDates of my libs for PB 3.92 beta 2

Developed or developing a new product in PureBasic? Tell the world about it.
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

UpDates of my libs for PB 3.92 beta 2

Post by Denis »

I've corrected my libs for the version 3.92 beta 2 of PB (because of Linked list changes).
I've fixed a bug too with cells colors (hope it's the last one :roll: ).

Here is the exe installer file (only libs, no doc, no examples etc.)

Here it is
A+
Denis
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: UpDates of my libs for PB 3.92 beta 2

Post by PB »

What libs are they? You should name them so we know what we're updating.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

Yes PB, you're right.


MoreListIconGadget

MoreComBoboxGadget

MoreListViewGadget
A+
Denis
dige
Addict
Addict
Posts: 1407
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

Long long awaited ;-) ... thank you Denis for the update!

cya dige
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

Sorry to bring bad news 8O
ive updated to PB3.92 final an get this errors :
The only library i´m using in the moment is "MoreListIconGadget" !

Code: Select all

POLINK: error: Symbol '_PB_AddGadgetColumn_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ButtonImageGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ButtonImageGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ChangeListIconGadgetDisplay_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_CloseTreeGadgetNode_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ContainerGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ContainerGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_EditorGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_EditorGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_GadgetToolTip_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_HyperLinkGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_HyperLinkGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ImageGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ImageGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_IPAddressGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ListIconGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ListIconGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_OpenTreeGadgetNode_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_PanelGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ProgressBarGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ProgressBarGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ScrollAreaGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ScrollAreaGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ScrollBarGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_ScrollBarGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_SpinGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_SplitterGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_SplitterGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_TrackBarGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_TrackBarGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_TreeGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_TreeGadget_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_WebGadget2_DEBUG' is multiply defined.  
POLINK: error: Symbol '_PB_WebGadget_DEBUG' is multiply defined.   
thx for any reply on this :oops:
dige
Addict
Addict
Posts: 1407
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

yes, same problem here. :-\
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

I didn't have thoses errors. 8O

I'll ask for Fred about this because at time time i don't know what's the problem.
A+
Denis
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

May be i've found something.

Reload the file i've updated and try the corrected version and tell me.
A+
Denis
dige
Addict
Addict
Posts: 1407
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

Yeah! It works :-) thank you Denis!
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

dige wrote:Yeah! It works :-) thank you Denis!

:D

The are new commands but not all are Ok at this time. I don't know when i will finish it :oops:
A+
Denis
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

thx :D worked here too
Post Reply