.NET CF or embedded C++ ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello guys!


I need to develop an application of video streaming from on Pocket PC to
another.

I hesitate between Visual Studio .NET Compact Framework and Visual Embedded
C++... could anyone help me ?
I am a beginner in both. I feel .NET CF is more elegant, easier, clearer...
but i am afraid to be stuck in the middle of the development...

Thanks for your support!

Lionel
 
Well you've give us very little info, but with video streaming, you're going
to likely be doing a lot of the heavy lifting yourself. Personally I'd
probably do a hybrid solution with a mix of C++ and C#. I'll never write
another UI in C/C++. I also am not foolish enough to try to do something
that has a time critical piece like stream playback in a managed environment
(ok, *I* might be, but generally it's ill advised).

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Back
Top