by Sergey Lyubka, Cesanta CTO, for Dublin C/C++ User Group
mysql_connect(): Can't create TCP/IP socket (10106)
WSAEPROVIDERFAILEDINIT 10106 |
Service provider failed to initialize. The requested service provider could not be loaded or initialized. This error is returned if either a service provider's DLL could not be loaded (LoadLibrary failed) or the provider's WSPStartup orNSPStartup function failed. |
any guess what's going on?
any guess what was going on?
any guess what was going on?
// Opens "a.cgi" with no error
FILE *fp = fopen("a.cgi ", "r");
contact me at
sergey.lyubka@cesanta.com