Jump to content

Erwin Mouthaan

Members
  • Content Count

    13
  • Joined

  • Last visited

Everything posted by Erwin Mouthaan

  1. Erwin Mouthaan

    State of an uninitialised variables..

    A static code analysis with Pascal Analyzer for example, will help to find uninitialized variables. I just checked. It triggers a warnings report for variable Result which is referenced before set. https://ideasawakened.com/post/product-review-pascal-expert
  2. Erwin Mouthaan

    No Android Platform in Delphi 11.3

    Give Project Magician a try. A free IDE plugin. It has an option to enable missing platforms. https://www.uweraabe.de/Blog/2018/05/17/keep-your-project-files-clean-with-project-magician/
  3. Erwin Mouthaan

    GML Parser

    TatukGIS supports GML format among others. Not GLM but GML - Geographic Markup Language.
  4. Erwin Mouthaan

    [Delphi] Looking for a Delphi Profiler in 2023

    Open source project DelphiMVCFramework has built-in profiler. See section What's New in dmvcframework-3.2.3-radium. FastMM4 is an open source tool to identify memory leaks. Recommended!
  5. Erwin Mouthaan

    Delphi IDE LAAAAGGGING

    People at Grijjy have several tips for improvement: Decrease Your Build Time Improve Android and iOS debug compilation speed
  6. Erwin Mouthaan

    Is there MQTT connection feature in RAD Studio v10.4?

    Another option is eSeGeCe. It supports the latest 5.0 protocol.
  7. Erwin Mouthaan

    LSP - Alexandria

    Maybe idea to contact Embarcadero Customer Support Center.
  8. Erwin Mouthaan

    How to work with Spatial Database with Delphi

    Take look at TatukGIS DK. Enterprise package contains extensions for advanced spatial databases like PostGIS. Postgress seems to be supported.
  9. Erwin Mouthaan

    Can VCL, TMS, DeveloperExpress styles be combined?

    StyleControls VCL from Almediadev comes with special adapter unit to use VCL Styles with DevExpress controls.
  10. Erwin Mouthaan

    FastMM - Fragmentation Analysis?

    Nexus Quality Suite comes to mind. A trial version is available.
  11. Erwin Mouthaan

    Delphi 10.4 - Steps of Error Insight

    It's possible to enable log file for Code Insight. http://docwiki.embarcadero.com/RADStudio/Sydney/en/Code_Insight_References#Filing_Bugs_and_Log_Files
  12. Erwin Mouthaan

    Hands-On Design Patterns with Delphi

    Ordered eBook. Hope to get signed copy of book at Bergamo!
  13. Nexus Quality Suite comes to mind. https://www.nexusdb.com/support/index.php?q=node/27156 Trial version is available. https://www.nexusdb.com/support/index.php?q=NQS_Trial
×