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
373 views Asked by Neo At
1
There are 1 answers
Related Questions in WINDOWS-EMBEDDED-COMPACT
- How to use charting libraries in windows form application for compact windows?
- Can we compile Azure IoT C SDK for ArmV4I platform?
- I get the error: file or assembly system system.data.sqlserverce not found
- how to read .txt file into string windows 6 classic / windows CE, using vs2005?
- Windows Compact Embedded: Calling C# DLL from C++
- Compatibility of Platform Builder for Windows Embedded Compact 7 with Visual Studio
- Change Display Resolution in Windows Embedded Compact 7.0
- Can you develop a .Net Compact Framework application in Visual Studio 2019?
- Code not excuting correctly the delay is not working at all any help is appreciated
- CryptUnProtectData() returns ERROR_INSUFFICIENT_BUFFER(122) error on Windows 7 EMBEDDED COMPACT
- How to recover a embedded CE mobile device bricked after OS update
- Reading NDIS miniport statistic value
- AD B2C Login support in Zebra Enterprise browser 1.7
- Many errors in solution build after target platform update in Visual Studio
- How to sign executables for execution on WEC2013
Related Questions in WINDOWS-EMBEDDED
- Querying UWF through WMI C++ gives wrong values
- How to install CAB file /noui on Windows Embedded Compact 7 during Unsupported System Version?
- WES7 has no 'CHOICE' . What are my options?
- Read Windows Embedded Automotive Generated Binary File with C#
- Windows 7 Embedded - Disable Disk Caching Programmatically:
- SQL subtract two columns giving error- Invalid operator for data type. Operator equals subtract, type equals nvarchar
- Old version chrome(v48), is there a chromedriver fit to old chrome?
- How to Get Static Qt Build with any extra module. Eg: error: Unknown module(s) in QT: += serialport
- ucrtbase.dll crash on c++ windows embedded standard involving tcp communication
- need to close Modal Dialog Box on Windows 10 IoT Embedded system
- Clear Internet Explorer cache SOTI script
- Run Powershell script in C# to enable keyboardfilter
- Bypass navigator custom shell and go into winCE
- Delay in loading Startup application WinCE 6.0
- Cannot cradle after connecting to emulator on Win 10
Related Questions in WINDOWS-EMBEDDED-8.1
- Expanding selected row in gridview on WEH8.1
- Unable to access files on Windows 8.1 phone device
- 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
- Installing WEC 2013
- Development environment requirements for Windows Embedded 8.1 Handheld
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?
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)
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.