Page 1 of 1
send_message() Question
Posted: Mon Aug 23, 2004 11:34 pm
by Digitalxero
Old stuff didnt work
Posted: Tue Aug 24, 2004 1:26 am
by dont_know_at_all
No, it doesn't do what you want.
send_message sends data to the server:
"void __cdecl send_message(struct connection_t * *,unsigned __int32,void *,unsigned __int32,bool)"
Posted: Wed Aug 25, 2004 1:29 am
by Digitalxero
Ok since that wont work, and every time I try to use sockets it causes EQ to lock up compleatly(not my computer just EQ like its forcing it to wait till the socket stuff is finished) anyone wana help me figure this out?
Posted: Wed Aug 25, 2004 4:09 am
by dont_know_at_all
Write a test program that does what you want without blocking and then integrate it into MQ.