-
Content Count
16 -
Joined
-
Last visited
Community Reputation
7 NeutralAbout Erwin Mouthaan
- Birthday December 29
Technical Information
-
Delphi-Version
Delphi 11 Alexandria
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Exception logging/reporting on MacOS?
Erwin Mouthaan replied to Brandon Staggs's topic in Cross-platform
@Brandon StaggsLatest version SmartCrashLog 1.14 is not usable indeed. Maybe TMS Logging is an option. https://www.tmssoftware.com/site/tmslogging.asp It supports automatic handling and logging of exceptions. https://doc.tmssoftware.com/biz/logging/guide/tmslogger.html#exceptions The logger exposes an OnHandleException event to handle additional code when an exception occurs. https://stackoverflow.com/questions/23039510/delphi-obtain-full-stack-trace-on-osx -
Exception logging/reporting on MacOS?
Erwin Mouthaan replied to Brandon Staggs's topic in Cross-platform
Version 1.1: Added: Delphi 11 support with OSXARM64 platform https://www.smartcrashlog.com/history.html -
Exception logging/reporting on MacOS?
Erwin Mouthaan replied to Brandon Staggs's topic in Cross-platform
SmartCrashLog supports Windows, macOS & Linux platform. Developed by original architect of FireMonkey. -
State of an uninitialised variables..
Erwin Mouthaan replied to Ian Branch's topic in Tips / Blogs / Tutorials / Videos
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 -
No Android Platform in Delphi 11.3
Erwin Mouthaan replied to softtouch's topic in Delphi IDE and APIs
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/ -
GML Parser
Erwin Mouthaan replied to Olgierd's topic in Algorithms, Data Structures and Class Design
TatukGIS supports GML format among others. Not GLM but GML - Geographic Markup Language. -
Erwin Mouthaan changed their profile photo
-
[Delphi] Looking for a Delphi Profiler in 2023
Erwin Mouthaan replied to Willicious's topic in Delphi IDE and APIs
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! -
People at Grijjy have several tips for improvement: Decrease Your Build Time Improve Android and iOS debug compilation speed
-
Is there MQTT connection feature in RAD Studio v10.4?
Erwin Mouthaan replied to TimCruise's topic in Delphi IDE and APIs
Another option is eSeGeCe. It supports the latest 5.0 protocol. -
Maybe idea to contact Embarcadero Customer Support Center.
-
How to work with Spatial Database with Delphi
Erwin Mouthaan replied to wuwuxin's topic in Databases
Take look at TatukGIS DK. Enterprise package contains extensions for advanced spatial databases like PostGIS. Postgress seems to be supported. -
Can VCL, TMS, DeveloperExpress styles be combined?
Erwin Mouthaan replied to Charlie Heaps's topic in VCL
StyleControls VCL from Almediadev comes with special adapter unit to use VCL Styles with DevExpress controls. -
FastMM - Fragmentation Analysis?
Erwin Mouthaan replied to Lars Fosdal's topic in RTL and Delphi Object Pascal
Nexus Quality Suite comes to mind. A trial version is available. -
Delphi 10.4 - Steps of Error Insight
Erwin Mouthaan replied to PeterPanettone's topic in Delphi IDE and APIs
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 -
Hands-On Design Patterns with Delphi
Erwin Mouthaan replied to Primož Gabrijelčič's topic in Tips / Blogs / Tutorials / Videos
Ordered eBook. Hope to get signed copy of book at Bergamo!