CrossTalk 2.0.35

Download

Changes

  • Supports Delphi from Delphi 2009 through Delphi 12.1
  • New event TMiddle.OnLoadAssembly(var aFileName: string; var aFilePath: string). This event allows users to configure at runtime how CrossTalk will load the assembly, both file name and file path can be set/changed. This allows, for instance, scenarios where the user need to dynamically chose between identical assemblies with different names and/or from different paths.
  • This event is only triggered when loading user assemblies, not GAC assemblies.

Usage example:

Note: It is recommended that you uninstall any existing CrossTalk version before installing the new one (manually deleting/renaming the existing CrossTalk directory is as effective as uninstalling it)

Requirements

  • RAD Studio/Delphi/C++ 2009 through 12 Athens
  • .NET 4.6.2
    • Can use .NET assemblies back to .NET 1.1
  • x86 / x64