DelphiNews

Deploying FireMonkey to HTML5 with FMXLinux on WSL2

The Windows Subsystem for Linux is the quickest way to get started with Linux deployment from Delphi (WSL). WSL2 now includes a full Linux kernel in Windows 10 Version 2004 (Build 19041), so debugging and everything works as expected. Install WSL2 (You can verify your build number via the System Information applet, but Build 19041 has been available for a while now.) Control…
Read more
DelphiNewsTech Partner

Getting Started with Python4Delphi

During part 1 of our webinar last week there were a few questions about installing components and getting started. I made a short video and wanted to provide some details here. SynEdit is an optional library that provides syntax highlighting and proper indention…
IDENews

Updated XML Mapper - MVP Project

Recently we launched a new experiment of opening up some internal projects for MVPs to work on. As opposed to some of our open-source initiatives like Bold, these are still owned by Embarcadero and a primary part of the product. This is something MVPs have requested the option to be in involved in for a while, so it is very exciting to finally say it is in full swing and a success. The first…
Read more
DelphiNews

Announcing DelphiCon WorldWide 2020

We are organizing DelphiCon WorldWide as an online Delphi focused event for 2020. This event is different from CodeRage of past as DelphiCon is focused on Delphi. Three days – Tuesday, November 17th through Thursday the 19th. 9 AM to 1 PM CST each dayOnly one track…
NewsTech Partner

Gnostice Document Studio Delphi Added to Enterprise Component Pack Promotion

There is still time to take advantage of upgrade pricing and get the Enterprise Component Pack, which now includes Gnostice Document Studio Embarcadero Edition. Gnostice Document Studio Delphi is a multi-format document-processing component suite for Delphi and C++Builder. Gnostice Document Studio includes the following features: Included in the Promo Pack is the Gnostice Document Studio…
Read more
DelphiNews

Python for Delphi Developers (2-Part Webinar)

Why would a Delphi developer want to add Python to their toolbelt? It is all about library access and scriptability. The open-source Python4Delphi (P4D) library by Kiriakos Vlahos, author of the popular PyScripter Python IDE, allows you as a Delphi developer to leverage the…
NewsTech Partner

/n software’s IPWorks WebSockets Library

Create real-time, web-connected applications with support for WebSockets.IPWorks WebSocketsincludes a set of powerful components for integrating WebSocket communications capabilities into Web, Desktop, and Mobile applications. The components are perfect for…
C++CodeDelphi

Using a .NET Assembly via COM in Delphi

This is mostly a reprise of an article I wrote back in 2004, but that I still refer people to. That linked version may eventually go away. I have not tested any of this recently, but will update based on feedback, and revisit as necessary. I found a recent utility that may be useful in this process: NirSoft DLL Export Viewer Abstract: Using .NET Assemblies as COM objects in Win32 programs is…
Read more