[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

gofer

2/23/2006 8:15:00 PM

Hi,

I would like to send some text using socket to some device in network. My
device is listening on 3200 port on 192.168.1.10. How can I send something
using Axapta ??

Thx for any ideas.

Best regards.

Gofer


1 Answer

onno

2/26/2006 1:06:00 PM

0

Hi,

use the classes DLL and DLLFunction to import WSA-functions from Ws2_32.dll
(e.g. WSASocket(), WSASend(), ....).

Regards,
Onno