M
Michel Aartsen
Hi all,
I'm currently developing an application on the Pocket PC in C#.
This application communicates to a Java server.
The Java server is also running on my PC.
The problem is that the Emulator is using the same IP address as the PC
(10.72.60.35). It tries to open a socket connect with that IP address. And the
Java server cannot sent anything back (it doesn't know if the emulator has sent
a request or my PC).
So after some googleing, I've found that the Emulator uses the DC21X4 network
adapter. So I've changed the IP address on the Emulator to a fix IP address
10.72.60.250 (an unused IP address). But on the Java server I see, that the
Emulator still uses the 10.72.60.35 IP address.
How can I configure the Emulator to use 10.72.60.250 as his IP address and NOT
10.72.60.35??
On a real device, the application work perfectly. Because there I have a
different IP address.
Best regards,
Michel Aartsen
I'm currently developing an application on the Pocket PC in C#.
This application communicates to a Java server.
The Java server is also running on my PC.
The problem is that the Emulator is using the same IP address as the PC
(10.72.60.35). It tries to open a socket connect with that IP address. And the
Java server cannot sent anything back (it doesn't know if the emulator has sent
a request or my PC).
So after some googleing, I've found that the Emulator uses the DC21X4 network
adapter. So I've changed the IP address on the Emulator to a fix IP address
10.72.60.250 (an unused IP address). But on the Java server I see, that the
Emulator still uses the 10.72.60.35 IP address.
How can I configure the Emulator to use 10.72.60.250 as his IP address and NOT
10.72.60.35??
On a real device, the application work perfectly. Because there I have a
different IP address.
Best regards,
Michel Aartsen