In a previous post, I’ve shown how to package a Delphi application for the Windows Store, and in this post I’ve shown how to package a WPF application. In both cases, the…
Month: January 2019
Refactoring and testing a Delphi app
While writing my last article, something occurred to me: what if the app uses an external dll for some functions, how can I package them to send them to the store. Once…
Creating an app for the Windows Store with Delphi Rio 10.3
Until some time ago, creating an app to the Windows Store was only possible by creating an UWP (Universal Windows Platform) app and submitting it to the Windows Store. This was somewhat…