libcURL is not available

as title,
I would like to upload a csv file via ftp from my WEBAPP.
I’ve found this class: http://www.boredomsoft.org/libcurl-for-realbasic.bs
tried also to run the example but I still get the error that the libcURL is not available!
In the package there are:
libcurl.dll
libcurl_public.rbp
libeay32.dll
libssl32.dll
tried to install these dlls in the same dir of the app, tried also in win\system32 dir…but nothing…

ps
Downloaded and installed the curl from the project page (I’m able to upload via Dos Command Prompt)

what’s wrong?
thanx

ciro

Maybe I suggest trying my MBS CURL Plugin?

It includes all the required libraries, so you don’t need to worry about dlls.

[quote=298309:@Christian Schmitz]Maybe I suggest trying my MBS CURL Plugin?

It includes all the required libraries, so you don’t need to worry about dlls.[/quote]

I can highly recommend it. The MBS CURL(S) Plugin is a MUST have i would say. :slight_smile:

Have you tried a Copy Files step with the destination being the Framework Folder?

[quote=298302:@Ciro Marciano]as title,
I’ve found this class: http://www.boredomsoft.org/libcurl-for-realbasic.bs
[/quote]

This class is no longer recommended/supported and should not be used. It has been superseded by http://www.boredomsoft.org/rb-libcurl.bs which is vastly superior. Still, I don’t know why it won’t detect libcurl; are the DLLs in the same folder as the built EXE? Perhaps using this more up-to-date version of the DLLs will help (the DLLs are located in the /bin directory of the zip file.)

Have you tried to register your DLL; command: regsvr32 “Your-directory-path-to-myfile.dll”

And if you want to unregister it: regsvr32 /u “Your-directory-path-to-myfile.dll”