Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

Are there anybody show me how to connect two Windows mobile emulator together via Interent.

Thanks for any answers

Thanks & Best regards,
DaiSon

PS. My mother language is not english.So I can make some mistakes... Im sorry for that
Posted

This question was already answered 2 days ago. If you hadn't deleted it, you would still be able to see the answer:

In a nutshell, it can't be done if they are connected via ActiveSync, it will only work if you have virtual network adapters, bridged to real network adapters.
 
Share this answer
 
Comments
lienfam 5-May-10 6:45am    
Dear Michel Godfroid,

I am very thankful for your answer.
I am a newbie in the Codeproject site. so I have accidentally deleted your answer. Please re-post your answer if you could.

yours sincerely,
DaiSon
All right, a bit longer answer:
If you use ActiveSync, it CANNOT be done. The full answer involves Private IP spaces, NAT Traversal, and IP routing and forwarding.

The only solution to this is to add virtual network adapters to both emulators (reconfigure the emulator and add NE2000 network cards to them). You will need to install virtual PC 2007 to make this work, because the network bridging drivers come with that product.

Once you've got that sorted, you can use the bit of code I gave you to determine the IP Address.

Now I'm not sure what will happen if you leave ActiveSync connected while doing this. Probably won't work...
 
Share this answer
 
Comments
lienfam 5-May-10 10:58am    
Dear Michel Godfroid,

Thanks for your kindness again.

Yours sincerely
Dai Son

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900