Jump to content
Registration disabled at the moment Read more... ×

Martin Binder

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

Technical Information

  • Delphi-Version
    Delphi Community Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Creating a draft email in the old version of Outlook was easy using the COM interface. Now that it's gone with the new version of Outlook, I need a way to pop up a draft email, where I can specify the From, To, etc, as well as the HTML body of the email. It needs to be a draft, e.g., one that can be sent. I've tried using EML files, and while I can get close, I can't reproduce exactly how it worked with the COM interface. Either the email displays view-only, or if you specify "X-Unsent: 1" in the header, it will be a draft, but you lose the HTML body. I believe you might be able to accomplish this using the Microsoft Graph API. Has anyone done this in Delphi, or can you at least point me in the right direction? Thanks!
  2. Martin Binder

    Need help with in-app purchases via Amazon

    I started following the instructions for the compatibility SDK and it quickly went over my head. I'm giving up for now, but if anyone else has managed to get this working, I'd love to hear how you did it. I'm currently using Delphi 12.1.
  3. Martin Binder

    Need help with in-app purchases via Amazon

    Thanks, Brian! Yeah, seems like the compatibility SDK is the shorter throw, I'll give it a shot.
  4. Hello, I recently released a game on Google Play and also uploaded it to the Amazon App Store. While my game runs on a Kindle Fire, attempting to purchase something within the game results in this error: "In-app Purchase component is not set up". Does anyone have any experience with the TInAppPurchase component and Amazon? Or do I need to implement something completely different for purchases through Amazon?
×