Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to port delphi library to Win CE?

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?

like image 877
Hemant Avatar asked Nov 21 '25 02:11

Hemant


1 Answers

Not much you can do really, Delphi does not support Windows CE.

You might try porting to Free Pascal. That supports a host of OS's including WinCE and a host of platforms including ARM.

like image 177
Tim Jarvis Avatar answered Nov 22 '25 16:11

Tim Jarvis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!