Windows Mobile 2003 class libraries versus Windows Mobile 5 class libraries

T

Thore Berntsen

Im working on some .NET CF 2.0 class libraries that will be used both in
Windows Mobile 2003 an Windows Mobile 5 applications.
I create them as Windows Mobile 2003 class libraries. Are there any issues
with this? Or are there any differences between a class library created as
Windows Mobile 2003 class library and a Windows Mobile 5 library?

Thore Berntsen.
 
P

Peter Foot [MVP]

No you'll have no problem using them on a WM5.0 device (unless you are
calling into any device specific features via P/Invoke, or APIs which are
deprecated and not present in WM5.0 which is unlikely).

Peter
 

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

Top