I am trying to connect to an ECOM with a specific IP address using the visual c++ demo and have inserted the following into the code:
memset(aDevices, 0, 2);
memset(aDevices, 1, 0);
memset(aDevices, 2, 0x70);
memset(aDevices, 3, 0x70);
memset(aDevices, 4, 192);
memset(aDevices, 5, 168);
memset(aDevices, 6, 43);
memset(aDevices, 7, 202);
I was looking at how it was being done in the visual basic example but I am unable to connect using the visual c++ demo. I worked in the visual basic example.
Thank you,
Christopher Atwan