1. Function HTTP_GET() with Win XP and Wine
- Posted by sergelli Sep 10, 2012
- 1580 views
Hello
HTTP_GET() works well on Linux and Win Severn, but does not work with winXP and Wine.
Is that correct? This is also happening with you?
2. Re: Function HTTP_GET() with Win XP and Wine
- Posted by sergelli Sep 11, 2012
- 1468 views
I've been tracking where the problem occurs when using XP or Wine.
I concluded that the problem is in the file "socket.e", in the function "select", in the last return line, (see below)
return machine_func(M_SOCK_SELECT, { sockets_read, sockets_write, sockets_err, sockets_all, timeout_micro, timeout })
But I do not know how to solve it. Any idea? Or it will never work with WinXP ?
thank you
3. Re: Function HTTP_GET() with Win XP and Wine
- Posted by mattlewis (admin) Sep 12, 2012
- 1405 views
sergelli said...
Hello
HTTP_GET() works well on Linux and Win Severn, but does not work with winXP and Wine.
Is that correct? This is also happening with you?
As I previously reported, I don't have a problem with any of those.
Matt