
I'm just an "Enthusiast"

No finding the file, only filename, but no size and so on.Dare wrote:Hi ts-soft, sorry for the bum steer.
I'll have another look, but will only advise you (via PM) if I think I have something solid.
BTW, where did it go bad? Not finding the file? Saving rubbish? The encryption? Everywhere?
Yes, i agree. PB4 opens lots of doors (or makes them easier to go through). But some parts are slippery little beggers!ts-soft wrote:But it's time to find the best solution
The "key" param for the DBin_ command is required. Thus the example above does not work#Image=0
Image=DBin_("MyBin","images\PBLogo.bmp")
If Image
CatchImage(#Image,Image)
Else
MessageRequester("Error","Image not Found in DBin")
End
EndIf
If OpenWindow(0,0,0,400,100,"DBin Test",#PB_Window_SystemMenu|#PB_Window_ScreenCentered)
If CreateGadgetList(WindowID(0))
ImageGadget(1,0,0,300,100,UseImage(#Image))
EndIf
Repeat
Until WaitWindowEvent()=#PB_Event_CloseWindow
EndIf
And ...POLINK: error: Unresolved external symbol '_PB_StringBasePosition'.
POLINK: fatal error: 1 unresolved external(s).
In the moment, the only way to create a tailbite lib with threadsafe option, is to create two libs, but i will wait for new release of tailbite.DoubleDutch wrote: The StringBasePosition thing appears to be something to do with the threadsafe option and quite a few libraries breaking. Maybe that will sort itself out in time too??