We have a RFID application running on Windows Embedded Handheld 6.5, but now some clients are asking to upgrade the app to run on 8.1 We have not done it yet, as from MSDN, it seems these two are built on different platforms, i.e. Windows Mobile 6.5 and Windows Phone 8.1 respectively. So my question is whether we'll be able to port the application, or we need to re-write it on Windows Embedded Handheld 8.1 platform.
Porting an app from Windows Embedded Handheld 6.5 to 8.1
372 Views Asked by Neo At
1
There are 1 best solutions below
Related Questions in WINDOWS-EMBEDDED-COMPACT
- Difference between WinCE7 vs. WEC7
- Windows .NET compact framework 3.5 lost focus event not working properly
- Using m2mqtt paho c# client library to connect to azure
- How to connect to Azure using WinCE 2013
- Can I use a Windows 8.1 API in Windows Embedded 8 Standard?
- Code not excuting correctly the delay is not working at all any help is appreciated
- log4net with SQL Server CE don't save data to table
- how can I order the elements of a listview without the sort function (visual basic 2008 & compact net framework 2.0)
- Styles for Silverlight for windows Embedded Compact 7 application
- Smart Device Support in Visual Studio 2012
- What does one need to develop applications for Windows Embedded 7 Compact?
- USB driver is reading different max packet size for bulk endpoints during system init and after system init in windows ce 6 on x86 platform
- Visual Studio for Windows Embedded 8.1 Industry
- How to get netmask and default gateway of adapters in WEC2013
- CryptUnProtectData() returns ERROR_INSUFFICIENT_BUFFER(122) error on Windows 7 EMBEDDED COMPACT
Related Questions in WINDOWS-EMBEDDED
- Get Write Protection Status using EWFMGR
- Windows Embedded wpf application
- Can I use a Windows 8.1 API in Windows Embedded 8 Standard?
- WPF - Low performance when process is executed under SYSTEM account
- Development environment requirements for Windows Embedded 8.1 Handheld
- Windows embedded 2009 service
- WES7 has no 'CHOICE' . What are my options?
- Styles for Silverlight for windows Embedded Compact 7 application
- Automatically logon user when another user logs out using PowerShell
- Windows 7 process scheduler and Windows Embedded scheduler
- How to connect to MySQL Database from eMbedded Visual C++
- TeeChart library doesn't render for Windows embedded 7
- Playing a sound in IE on Windows Embedded Handheld 6.5 device
- Visual Studio for Windows Embedded 8.1 Industry
- Windows 7 Embedded - Disable Disk Caching Programmatically:
Related Questions in WINDOWS-EMBEDDED-8.1
- Development environment requirements for Windows Embedded 8.1 Handheld
- Porting an app from Windows Embedded Handheld 6.5 to 8.1
- Programmatic file transfer between Windows 8.1 (maybe also Vista and 7) and Windows Embedded 8.1 Industry Pro
- Unable to access files on Windows 8.1 phone device
- Installing WEC 2013
- Expanding selected row in gridview on WEH8.1
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Windows Embedded Handheld 6.5 and Windows Embedded Handheld 8.1 are quite different platforms in terms of writing applications. There is no automated way available to port applications from 6.5 to 8.1. I am afraid that you have to rewrite most of code. You can copy/paste same code of common libraries but would have to review it for syntax errors.