Menu

#12 Crash in client example without WSAStartup!

v0.8.x
closed-fixed
nobody
None
5
2016-01-19
2015-06-19
No

I can't understand what happend: incorrect building, linking or smth else, but simple example of XMLRPC server works correctly, but XMLRPC client crashs....

You have this init

#if defined(WIN32)
        WORD wVersionRequested;
        WSADATA wsaData;
        wVersionRequested = MAKEWORD(2, 2);
        WSAStartup(wVersionRequested, &wsaData);
#endif

in client_test, but not in example code of client..

Please, add this for future windows users ), or write comment...

Discussion

  • Anton Dedov

    Anton Dedov - 2016-01-19
    • status: open --> closed-fixed
     

Log in to post a comment.