UpDates of my libs for PB 3.92 beta 2
UpDates of my libs for PB 3.92 beta 2
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
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
Denis
Re: UpDates of my libs for PB 3.92 beta 2
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.
"PureBasic won't be object oriented, period" - Fred.
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" !
thx for any reply on this 
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.
