Windows CE 5.0 vs Windows Mobile 6

I am considering buying an Opticon PHL 7112 battery that runs on Windows CE 5.0. I was wondering if I could:

  • develop an application that connects to an open MSSQL database
  • Is it possible to retrieve data from a SOAP web service?
  • I saw that only visual studio 2008 supports support for windows ce, is there a way to enable this on visual studio 2010-2012?
  • if possible connect to the MSSQL database how to do it
  • if you can connect to SOAP web services how to do this

I am new to Windows CE programming. Also, the development environment is Windows 8.1.

0
source share
1 answer

I have extensive experience working with a developer with WINCE.

It is very easy to connect to a data source such as SOAP / WebServices, and you can do this through VISUAL STUDIO, add ServiceReferences and follow the instructions. Via SAOPA / WebServices Return data that you read from your database, you can also use local versions of the database (not recommended)

You should use VISUAL STUDIO 2008 exclusively for WINCE development; other versions no longer support this platform.

I have a lot of work on these types of devices, and only one WIN7 + VS2008 PC is used for maintenance and development.

It is a stable and efficient technology.

+2
source

Source: https://habr.com/ru/post/1203856/


All Articles