.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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top