Linker error with LibCurl.pbi

Just starting out? Need help? Post your questions and find answers here.
drgolf
Enthusiast
Enthusiast
Posts: 114
Joined: Tue Mar 03, 2009 3:40 pm
Location: france

Linker error with LibCurl.pbi

Post by drgolf »

Hello,

with PB6.30 B1 x64, CBE, on windows 10 pro, i have linker error with Libcurl.pbi :

Code: Select all

IncludeFile "libcurl.pbi"

Debug "bug !!!"

Message box : error : undefined symbol : zlib version
lld link error ; undefined symbol inflate

I need the libcurl.pbi because the integrated version in PB broke my FTP app : cant access ftp on free (ftpperso.free.fr) since PB 6.12...

Any help ?
Fred
Administrator
Administrator
Posts: 18247
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Linker error with LibCurl.pbi

Post by Fred »

this is not part of official PB package
drgolf
Enthusiast
Enthusiast
Posts: 114
Joined: Tue Mar 03, 2009 3:40 pm
Location: france

Re: Linker error with LibCurl.pbi

Post by drgolf »

Yes, its true but the libcurl on pb is broken since PB 6.12...

My FTP app works great with PB 6.11 and cant access ftp on FREE since version 6.12.

Sorry... In french :

Mon application de FTP marche parfaitement depuis des années jusqu'à la version PB 6.11 en upload et download.
Elle se connecte sur ftpperso.free.fr avec login et password.

Depuis PB 6.12 : ne se connecte plus.

J'ai repris tout le code en utilisant Libcurl.pbi (gros boulot !) et ça remarchait bien.

Merci de m'aider.
infratec
Always Here
Always Here
Posts: 7622
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Linker error with LibCurl.pbi

Post by infratec »

Fixed
drgolf
Enthusiast
Enthusiast
Posts: 114
Joined: Tue Mar 03, 2009 3:40 pm
Location: france

Re: Linker error with LibCurl.pbi

Post by drgolf »

Thanx Infratec, you save my day !

My FTP app, works again ! Cool !
Post Reply