Posts: 62
Threads: 19
Joined: Jan 2007
Is there socket-functions? I mean that it could send data on any port with any method or wait for coming stream..
So I could use other programs with QM. (telnet)
Posts: 12,061
Threads: 140
Joined: Dec 2002
QM itself does not have sockets functions, but can use winsock 2 functions that are provided by Windows. If you can use them, I'll give you the declarations. Winsock 2 reference here:
http://msdn2.microsoft.com/en-us/library/ms740673.aspx
Posts: 62
Threads: 19
Joined: Jan 2007
Gintaras Wrote:QM itself does not have sockets functions, but can use winsock 2 functions that are provided by Windows. If you can use them, I'll give you the declarations. Winsock 2 reference here:
http://msdn2.microsoft.com/en-us/library/ms740673.aspx
Can you make the declarations? So, I could use winsock2 fuctions..
Posts: 12,061
Threads: 140
Joined: Dec 2002