Forum: MySQL Sep 10th, 2008 |
| Replies: 2 Views: 582 I will explain...
I downloaded "mysql-5.0.45-win-src.tar.gz" from Mysql download area.I tried to built Mysql.sln inside that,but i am getting errors(about 58) like
Error 149 fatal error LNK1181:... |
Forum: IT Professionals' Lounge Sep 8th, 2008 |
| Replies: 5 Views: 1,288 Code doesnt have anything in particular...I am sending a string using a connected socket. |
Forum: C++ Sep 6th, 2008 |
| Replies: 1 Views: 624 I will explain...
I downloaded "mysql-5.0.45-win-src.tar.gz" from Mysql download area.I tried to built Mysql.sln inside that,but i am getting errors(about 58) like
Error 149 fatal error LNK1181:... |
Forum: IT Professionals' Lounge Sep 6th, 2008 |
| Replies: 5 Views: 1,288 I am writing a client -server software..
In program Client tries to communicate to the server by sending a TCP packet.The packet was sent sucessfully..
But im not getting it in the other end .When... |