Jump to content

Patrick PREMARTIN

Members
  • Content Count

    202
  • Joined

  • Last visited

  • Days Won

    3

Patrick PREMARTIN last won the day on November 22

Patrick PREMARTIN had the most liked content!

Community Reputation

78 Excellent

About Patrick PREMARTIN

  • Birthday January 12

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

5531 profile views
  1. Patrick PREMARTIN

    for loop variable value after the loop

    "I" is a variable. Its value is known during and after the loop. It's not a good way to write code but it's not wrong. The "for" loop can be seen as a "while I<=LastValue" with a "inc". It's a reason why so many developers wanted the "for var" syntax.
  2. Patrick PREMARTIN

    How do you shut off the Welcome Page?

    if it's an old project you perhaps saved its desktop for other projects it's simple : a checkbox at the bottom of the welcome page
  3. Patrick PREMARTIN

    The Advent of Code 2024.

    Thanks 🙂 I was a SEO guy in an other life. Putting links and hashtags everywhere has become a reflex, I can be quite insistent on that, please excuse me. As long as we're spreading our codes, we might as well do our utmost to make sure they have a chance of being seen one day. To infinity and beyond, Delphi defeats the TIOBE index! Maybe I'm overdoing it?
  4. Patrick PREMARTIN

    The Advent of Code 2024.

    please, please, please, don't forget to add some topics to your repositories to increase cross visibility like I have on https://github.com/DeveloppeurPascal/My-Advent-Of-Code-Delphi-Projects plllleeeeeaaaasssseeeee
  5. Patrick PREMARTIN

    The Advent of Code 2024.

    I'll try to start this week-end on Twitch, but will probably prefer coding some things on my games or tools. I'm not really focused on this challenge this year, which is weird. 😉
  6. Patrick PREMARTIN

    How to generate aab file

    Since 11.3 or 12 the Android key generator don't create a password for the alias.
  7. Patrick PREMARTIN

    How to Force the Generation of a New Notification Token on iOS Without Reinstalling the App?

    Hi, Perhaps you can ask to Apple directly if they had a problem with your account ?
  8. Patrick PREMARTIN

    StreamingMedia sample says MP4 file not supported

    Good idea, I haven't looked at it for ZicPlay on Windows. I should try it for M4A files !
  9. Patrick PREMARTIN

    Getit Server access from Delphi D10.1 Berlin

    Hi After the big hosting crash last year Embarcadero didn't restored GetIt packages for non supported releases before 10.4 (supported as the Community Edition at this time). If you are looking for something you can find it as open source or from editors for trial or developer edition of external programs. If not contact Ian Barker to explain what package you need.
  10. Patrick PREMARTIN

    The Advent of Code 2024.

    Ready for tomorrow start ? Don't forget that IA like ChatGPT and Copilot are not welcome during coding challenges. It's a game for humans coders only. 😉 (if you use them it has no interest except learning how to explain the problem to them)
  11. Patrick PREMARTIN

    StreamingMedia sample says MP4 file not supported

    The TMediaPlayer component don't use latest APIs on Windows and can't access latests codecs. Some files can't be opened even with the old Media Player from Microsoft. On Mac, iOS and Android I haven't this problem.
  12. Patrick PREMARTIN

    Buying a mini pc to install Delphi

    Yes, each ARM OS does the conversion it needs to run X86/x64 based programs. Parallels Desktop is great for Windows VMs on Mx Macs. All tasks a Windows developer have to do can be done with it. (except for rare devices with no ARM driver)
  13. Patrick PREMARTIN

    Some new projects...

    Good idea for PLUA project. I've seen an old LUA package for Pascal but it wasn't maintained. @tinyBigGAMES You open many projects but globally only for Windows, do you want to try other platforms in the future ?
  14. Patrick PREMARTIN

    Meta-Delphi question about web hosting..

    Perhaps you can tell us more about your project ? Depending on what you want to do we could help to find the better solution.
  15. Patrick PREMARTIN

    Some open sourced tools for Delphi developers

    I've set up the hostings but the websites are still to be made. Strangely enough, it's not the thing I enjoy the most, so it's dragging on... The link to download it is the "Using this software" part of the README. I'll change that too when the websites will be really available. Here are the screens captures for this one : https://zupimages.net/viewer.php?id=24/47/8npc.png https://zupimages.net/viewer.php?id=24/47/tew8.png
×