I have a win32 library (DLL) project that was originally written in Delphi. It was used in various application and is working fine.
Now I need to use same functionality in Win CE applications. I understand that same DLL cannot be directly used. What are my options to port the code to Win CE?