-
Content Count
312 -
Joined
-
Last visited
-
Days Won
5
Everything posted by Patrick PREMARTIN
-
Yes for Microsoft Store : we don't have to sign the six files generated by Delphi if we choose the store deployment. But MSIX is a container like was APPX and Delphi generate one in RELEASE if we choose the "store" distribution and "adhoc" in the project options. Delphi try to sign by itself. I'm not sure the six file generated by this way is still valid. In the past I haven't any problem with Certum certificates for MSIX files but I haven't tried since I have a token and use my DProj 2 Win Setup which uses Inno Setup and Exe Bulk Signing programs to generate a signed installer from Delphi deployment wizard. In your command add the time stamping operation ("https://time.certum.pl" for Certum). It's better to have long term signatures on files even after your certificate expire.
-
Suggestions for new vendor of a delphi app?
Patrick PREMARTIN replied to Paul Dardeau's topic in General Help
Hi @Paul Dardeau Strange Ian didn't answered. You're email or his answer has perhaps been filtered by an anti spam somewhere. If your software target specifically Delphi/C++Builder developers you can submit it on GetIt (as a trail version if you want). The submit form is on https://getitnow.embarcadero.com website. If you target SQLite users you enter in the search engines arena... and being seen is hard. You need a website for the software or you as editor and promote it like any website. Check forums and link sharing sites around development and databases. In some cases Product Hunt (and clones) site can help to have some users : https://www.producthunt.com Of course it's better if you fix the name of the software before sharing it or writing about it. To start selling (or distributing) you can use websites like Gumroad, LemonSqueezy and many others merchants of records ("MoR"). They sell (and bill the clients) for us. For the price, it depends a lot on what you want to get out of it, the potential customers and the interest the software can generate. It's pure marketing. The advantage is that you can give a bogus price right from the start and run a launch promotion at a test price that you can change whenever you like. Making source code available can be of interest to some users, and reassure others that the software will continue to operate in the event of a mishap at the publisher's premises. The disadvantage is that some users may prefer to compile it from the code repository, sometimes even appropriating it and reselling it under their own name. In the event of piracy or abuse, you need to be able to offer additional services (such as ebooks, video courses, technical support). -
RAD Programmer Coding Challenge #1 - build a MineSweeper game in RAD Studio with a chance to with $500
Patrick PREMARTIN replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
Nobody contacted you for this little contest ? 😞 -
You are a developer, can you give us your magic method to fix unreproducible bugs ?
-
Thanks, I open an issue about the installer. It should not check by default something not installed and of course must allow to install it.
-
When you opened the Tools / Manage Feature dialog (before reinstalling) it was checked but you unchecked it when you installed ?
-
Strange. Are you in a Professional or Enterprise edition ? You only have "html" part under "language" option ? Do you have the refactoring options in contextual menu in the code editor ? Can you uninstall the modeling option and reinstall it ?
-
Check the installer ("Tools / Manage features" in the IDE). The code formatter and other .Net dependencies are in the "modeling" option.
-
Build time affected with an updated component...
Patrick PREMARTIN replied to Ian Branch's topic in General Help
Hi Ian Very strange. Does this components include a design package or IDE wizards ? Does it needs external DLL ? Does it affects builds and constructs in DEBUG and RELEASE configurations ? Is it for Windows or an other platform ? -
[SOLVED] Java unsupported class version error with Delphi 12
Patrick PREMARTIN replied to Magno's topic in Cross-platform
(hope it will still work tomorrow) -
iOS problem since switching from Delphi 12.1 to 12.2
Patrick PREMARTIN replied to BytePusher's topic in Cross-platform
I didn't say that (neither thought it). 😉 The errors are not clear and understanding the toolchains for Android and iOS is not easy, even when we use them often. -
iOS problem since switching from Delphi 12.1 to 12.2
Patrick PREMARTIN replied to BytePusher's topic in Cross-platform
If you don't target iOS 15, why do you change the minimal iOS SDK version number ? Do you have any error except the one from original subject of this topic ? What does your app ? Anything needing a specific framework ? -
[SOLVED] Java unsupported class version error with Delphi 12
Patrick PREMARTIN replied to Magno's topic in Cross-platform
Good to know you find a solution. I've just installed the Android SDK manager GUI from GetIt and it worked fine. I don't have Android Studio or VS Code in my VMs. Do you have any of them or an other development tool ? -
iOS problem since switching from Delphi 12.1 to 12.2
Patrick PREMARTIN replied to BytePusher's topic in Cross-platform
According to https://docwiki.embarcadero.com/PlatformStatus/en/Main_Page if you use a 12.x release you cannot go under iOS 16. If you want to target iOS 15, use the 11.3 Alexandria and try to add latest iOS SDK as maximal value. Depending on what you use in your project and what Embarcadero uses in the RTL / FMX, the project needs some APIs and libraries. Changing the minimal SDK Version value don't impact that. -
iOS problem since switching from Delphi 12.1 to 12.2
Patrick PREMARTIN replied to BytePusher's topic in Cross-platform
Use the contextual menu in the message tab "construction" or "output". You should find a "Select all / Copy" and a "Save in file" option. (if you share it, check if you have any password used for Android or iOS signature) -
I don't know for the ISO, but the web install installs all what is needed to work if you check the options during the installation or after by restarting the installer from OPTIONS menu of the IDE. The web installer download only what is needed. The ISO is supposed to contain all packages potentially to install.
-
thanks
-
[SOLVED] Java unsupported class version error with Delphi 12
Patrick PREMARTIN replied to Magno's topic in Cross-platform
Hi @Rick Howitt Why do you think this error will appear for Delphi 12.3 ? The supported SDK is 35. NDK, SDK and JDK are installed for that. And if you want to change things (install packages, ...) you have now the Android Manager in GetIt. The only thing to do for existing projects is to refresh Android libraries list from the contextual menu in the project manager. If you forced the SDK in the Android manifest, use the default one. -
Do you have a RSP or RSS issue to look at ?
-
Delphi 12.3 (64-bit) Workaround on ARM Platform
Patrick PREMARTIN replied to baoquan.zuo's topic in Delphi IDE and APIs
It could impacts users with Parallels Desktop on higher processors than M1. You can also set the number of used processors in your VM settings instead of letting Parallels adapt this number depending on the weather or what you do. -
App Store Connect: Unable to Add for Review
Patrick PREMARTIN replied to Andy.B's topic in Cross-platform
Try with the Infos.plist standard template, adding the iOS version is not necessary. (perhaps you needed it from a previous release with an unsupported iOS SDK) -
Delphi 12.3 & DevExpress: Installation Issues...
Patrick PREMARTIN replied to Steve Maughan's topic in General Help
The 32 and 64 bits IDE don't share components packages. DevExpress (and other components vendors) have to add the 64 bits version of them in their installers. -
App Store Connect: Unable to Add for Review
Patrick PREMARTIN replied to Andy.B's topic in Cross-platform
Hi Did you updated the iOS SDK in the IDE ? Why did you add the keys in the Info.plist ? -
The 64 bits IDE is optional, you don't have to install it if you don't want to use it. All files are in the standard BDS folder but the 64 bit IDE and files are under a ./bin64 folder. For the registry some parameters are common (like default project folder), some of them are separated (like DCUs paths). More infos about the 64 bits IDE are on https://docwiki.embarcadero.com/RADStudio/en/64-bit_IDE
-
Hi Daniel What is your setup ? Are you working in a VM ?