Page 1 of 1

UpDates of my libs for PB 3.92 beta 2

Posted: Fri Oct 22, 2004 9:56 pm
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

Re: UpDates of my libs for PB 3.92 beta 2

Posted: Sat Oct 23, 2004 12:06 am
by PB
What libs are they? You should name them so we know what we're updating.

Posted: Sat Oct 23, 2004 5:35 am
by Denis
Yes PB, you're right.


MoreListIconGadget

MoreComBoboxGadget

MoreListViewGadget

Posted: Mon Oct 25, 2004 9:29 am
by dige
Long long awaited ;-) ... thank you Denis for the update!

cya dige

Posted: Mon Oct 25, 2004 8:14 pm
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:

Posted: Tue Oct 26, 2004 8:34 am
by dige
yes, same problem here. :-\

Posted: Tue Oct 26, 2004 1:54 pm
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.

Posted: Tue Oct 26, 2004 2:45 pm
by Denis
May be i've found something.

Reload the file i've updated and try the corrected version and tell me.

Posted: Tue Oct 26, 2004 2:49 pm
by dige
Yeah! It works :-) thank you Denis!

Posted: Tue Oct 26, 2004 2:52 pm
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:

Posted: Tue Oct 26, 2004 8:38 pm
by ABBKlaus
thx :D worked here too