How to Droopy for PureBasic 5.44LTS [SOLVED]

Just starting out? Need help? Post your questions and find answers here.
LiK137
Enthusiast
Enthusiast
Posts: 282
Joined: Wed Jun 23, 2010 5:13 pm

How to Droopy for PureBasic 5.44LTS [SOLVED]

Post by LiK137 »

Hi,
I am receiving POLINK error: Unresolved external sysmbol '_SYS_CopyStrig' Unresolved external(s) in PureBasic 5.44LTS (I tried to migrate to latest PureBasic as 5.30 was buggy with memory operations but unfortunately now have new bigger problem)
I have clean PureBasic 5.44LTS install with only drropy library

is there any way to continue using Droopy with 5.44LTS
Last edited by LiK137 on Tue Jan 10, 2017 10:00 am, edited 1 time in total.
User avatar
Bisonte
Addict
Addict
Posts: 1232
Joined: Tue Oct 09, 2007 2:15 am

Re: How to Droopy for PureBasic 5.44LTS

Post by Bisonte »

you can use droopy's Lib as a module ! Download the latest source and you can include it.
PureBasic 6.10 LTS (Windows x86/x64) | Windows10 Pro x64 | Asus TUF X570 Gaming Plus | R9 5900X | 64GB RAM | GeForce RTX 3080 TI iChill X4 | HAF XF Evo | build by vannicom​​
English is not my native language... (I often use DeepL to translate my texts.)
LiK137
Enthusiast
Enthusiast
Posts: 282
Joined: Wed Jun 23, 2010 5:13 pm

Re: How to Droopy for PureBasic 5.44LTS

Post by LiK137 »

ThanQ very much for help.
I already made code running (with your hint).
Jan2004
Enthusiast
Enthusiast
Posts: 156
Joined: Fri Jan 07, 2005 7:17 pm

Re: How to Droopy for PureBasic 5.44LTS

Post by Jan2004 »

Bisonte wrote:you can use droopy's Lib as a module ! Download the latest source and you can include it.
Could you pass the link, please.

Please also say a few words on the topics: What is Droopy library? When to use it. How to use it. And maybe somewhere there is a basic description?
User avatar
Bisonte
Addict
Addict
Posts: 1232
Joined: Tue Oct 09, 2007 2:15 am

Re: How to Droopy for PureBasic 5.44LTS

Post by Bisonte »

Jan2004 wrote:
Bisonte wrote:you can use droopy's Lib as a module ! Download the latest source and you can include it.
Could you pass the link, please.

Please also say a few words on the topics: What is Droopy library? When to use it. How to use it. And maybe somewhere there is a basic description?
Droopy Library. It's a collection of procedures/functions to do various things. Most of them are windows only. The latest link, that I know is the
homepage of Droopy himself.

http://droopylib.pagesperso-orange.fr/

There is also a "basic description" direct in the source.

P.S. : Droopy Library is not a packet from Fantaisie Software, it's an user builded "library".
And now I see, that is here the Bug - Windows Section :D that has nothing todo with the compiler, if something from this lib
are not functional.
PureBasic 6.10 LTS (Windows x86/x64) | Windows10 Pro x64 | Asus TUF X570 Gaming Plus | R9 5900X | 64GB RAM | GeForce RTX 3080 TI iChill X4 | HAF XF Evo | build by vannicom​​
English is not my native language... (I often use DeepL to translate my texts.)
Jan2004
Enthusiast
Enthusiast
Posts: 156
Joined: Fri Jan 07, 2005 7:17 pm

Re: How to Droopy for PureBasic 5.44LTS [SOLVED]

Post by Jan2004 »

Thanks. Yes: :wink: that has nothing todo with the compiler.
Post Reply