|
From: Ratnakar P. <Rat...@PL...> - 2002-01-02 11:41:51
|
Hi all,
Need some help for usage of icqlib on win NT, for a simple icq client
(that only sends messages to any uin)i'm developing. This is the sequence of
events:
1.call WinSock init(WSAStartup)
2.icq_Init()
3.icq_UnsetProxy();
4.icq_Connect()
5.icq_Login()
6. icq_SendMessage()
7.icq_HandleServerResponse();
8. icq_Logout(&link);
9. icq_Disconnect(&link);
10. icq_Done(&link);
11. WSACleanup();
The Client is able to login fine but the messages that I send dont seem to
be going through to the mentioned uins. I tried both
ICQ_SEND_DIRECT,ICQ_SEND_THRUSERVER.
Any help would be appreciated. Also please reply to the email address
mentioned as I am
not subscribed to the mailing list...
pai
|