Could someone list steps to send or receive files? I get stuck after icq_SendFileRequest.
Ok I managed to do it (ICQ 2000b must be set to accept direct connections from older clients). My program accept files correctly but I have a problem sending files.
I wrote:
char *files[]={"testfile"}; icq_SendFileRequest(icqlink,uin,"description",files);
Is it correct? Because once the file transfer finishes I get Segmentation fault.
Log in to post a comment.
Could someone list steps to send or receive files? I get stuck after icq_SendFileRequest.
Ok I managed to do it (ICQ 2000b must be set to accept direct connections from older clients). My program accept files correctly but I have a problem sending files.
I wrote:
char *files[]={"testfile"};
icq_SendFileRequest(icqlink,uin,"description",files);
Is it correct? Because once the file transfer finishes I get Segmentation fault.