Smartphone 2003  
Author Message
Cika





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

I would like to write a simple game like "**** with cheese"(MSDN) for Smartphone 2003.

What version of Visual Studio and what other programs do I need I would like to try it with the emulator to.

I would like to try bluetooth comunication to. Can I do this between the Emulator and a phone

 



.NET Development37  
 
 
Cika





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

Hi! I want to write a game for a Smartphone 2003 using .Net Compact Framework (C#).

I would like this game to be multiplayer to using Bluetooth.

Please tell me a simple way to do this!

A sample Bluetooth chat application would be perfect.


 
 
RizwanSharp





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

Visual Studio 2003 or 2005 can be used for SmartPhone 2003! There is no other software required for SmartPhone development but its better if you download Windows Mobile SDK.

Blue tooth communication is also possible. For more details its better to post this question on .Net Compact Framework Forum!

Best regards,



 
 
Cika





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

Hi!

I want to write a game for a Smartphone 2003 using .Net Compact Framework (C#). I would like this game to be multiplayer to using Bluetooth.

Please tell me a simple way to do this!

A sample Bluetooth chat application would help me a lot!


 
 
Alan J. McFarlane





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

There's good Bluetooth support including chat samples in the http://32feet.NET library.

 
 
Ilya Tumanov





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

Please do not cross post. Merging...



 
 
Cika





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

I already saw that....

Can this be done in a "simple way" !


 
 
Ilya Tumanov





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

It is the "simple way".

Just keep in mind game development is not for beginners in general. It takes 5-6 good developers with years of experience and ~6-8 months to make a simple $10 casual game. It takes tens of millions and numerous man-years to make an AAA title.

Don’t expect you can just drag and drop couple thing and get your game done. It’s not there yet even on modern **** hardware like Xbox with XNA studio, much less on an older phones.



 
 
Cika





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

Thanks...

I'm working on this game since october and I almoust finished the single player version...

I will try the 32feet library.....


 
 
Cika





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

Does the 32feet library work with bluetooth dongle

It is not working, it has a lot of exceptions....


 
 
Michael Koster





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

This library should work provided that your BT dongle uses the Microsoft Bluetooth Stack.



 
 
Cika





PostPosted: .NET Framework Networking and Communication, Smartphone 2003 Top

Thanks for your answer! I've changed the driver last night and now it has ms bluetooth stack so it is working!!!