Re: Eu4 - Using wget with wine
- Posted by sergelli Jul 30, 2012
- 1763 views
Ok. Maybe there is not much interest to the programming for the net.
But, if anyone wants to know, see below.
I ran a binary on the Internet, using the function HTTP_GET in a progam on my PC. Every time that the binary is executed, it sends an email and also sends a return to function
When I use Linux, the function htto_get, returns 100% of the time
When using the Windows Seven HTTP_GET the function returns a few times (less than 5%)
When I use Wine, htto_get function, NEVER returns.
Thus, it appears that the function could not run the binary on the Internet, but this is not true, because the mail was sent every time the function was executed HTTP_GET on my PC
But the return of a function is important to know if there was success. As I said above, when I use LInux, there is return of 100% of the time, so here is a suggestion for the development team, improving the return of this function to the Windows platform