I have a smarthone application for controlling a device via Bluetooth. I'm now looking for a way to use the app on Windows XP/7 too. Any ideas if this is possible without too much modifications to the code? Especially i'd like to know the following:
1.) Is there a readily available smartphone emulator that can be deployed on Windows XP/7 and allows using bluetooth via a RS232 dongle? I'm looking for something like the emulator used in Visual Studio but standalone with an installer and legally deployable on Windows XP/7.
2.) Is there another way to install the runtime of the .NET compact framework on Windows and run smartphone software?
3.) Is there an easy way to convert a .NET compakt framework application to run with the .NET framework without changing too much code?
Thanks in advance