You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought I would make my happiness with CurlSharp, but I have struggled for 3 days.
Unable to launch the project. An error appears when loading the LibCurl.dll dll on the _initCode = NativeMethods.curl_global_init ((int) flags) instruction;
For information, I am using Windows 10 version 1809 64 bits and I am loading the solution with Visual Studio 2019
At first, I have an error: libcurl not found
After copying libcurl.dll to the System32 directory I have a System.BadImageFormatException exception
I also copied the DLLs from CurlSharp \ libs \ i386 to CurlSharp \ Samples \ bin as shown in issues # 36 but it's not better.
Has anyone ever had this problem and found a solution?
The text was updated successfully, but these errors were encountered:
Hello,
I thought I would make my happiness with CurlSharp, but I have struggled for 3 days.
Unable to launch the project. An error appears when loading the LibCurl.dll dll on the
_initCode = NativeMethods.curl_global_init ((int) flags)
instruction;For information, I am using Windows 10 version 1809 64 bits and I am loading the solution with Visual Studio 2019
At first, I have an error: libcurl not found
After copying libcurl.dll to the System32 directory I have a System.BadImageFormatException exception
I also copied the DLLs from CurlSharp \ libs \ i386 to CurlSharp \ Samples \ bin as shown in issues # 36 but it's not better.
Has anyone ever had this problem and found a solution?
The text was updated successfully, but these errors were encountered: