--
You received this message because you are subscribed to the Google Groups "Eiffel Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eiffel-users...@googlegroups.com.
To post to this group, send email to eiffel...@googlegroups.com.
Visit this group at http://groups.google.com/group/eiffel-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/eiffel-users/6acb55ac-a762-4bd5-abd7-14806eceb2a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,It is likely to be an issue between Eiffel libCurl and Eiffel Net (SSL) on Windows.I guess you are using libcurl, but are you using also Eiffel Net SSL or Eiffel zeromq wrapper?
We noticed such issue. And no obvious solution.
It is a conflict related to the versions of winsock included in the project.As part of a solution, the EiffelWeb framework team we have been working on providing a new implementation of the http_client, which is based on EiffelNET (SSL).It is not yet integrated, but recent tests are encouraging. So this would be a solution to workaround conflict when using libcurl and Net SSL at the same time.We should be able to provide this new "simple" http_client implementation probably next week (it has a few limitations but should not matter for general usage)
I think the issue is that some part of the C code was compiled with a 32-bit C compiler whereas you are using the 64-bit version of EiffelStudio.
I would delete the .obj and .lib files where you have the error and relaunch the C compilation from EiffelStudio.
Regards,
Manu
To view this discussion on the web visit https://groups.google.com/d/msgid/eiffel-users/5650396a-6eac-411e-9d1c-d1043e21e7d8%40googlegroups.com.