CrossVCL v1.02 for macOS and Linux » Developer.Team

CrossVCL v1.02 for macOS and Linux

CrossVCL v1.02 for macOS and Linux
CrossVCL v1.02 for macOS and Linux


CrossVcl is a set of tools for Delphi developers, which can create VCL applications for macOS and Linux with Embarcadero Delphi.

CrossVcl is VCL emulator ?

CrossVcl not an emulator, it is WinAPI implementation for other platform.

What amount of WinAPI covered by CrossVcl ?

CrossVcl covers only UI side of WinAPI (except DirectX) requred by VCL. For non-UI part of application you should use cross-platform routines from RTL and other frameworks.

What about third-party tools ?

All thrid-party tools should be modified (at least changing shared library names from for example "user32.dll" to CrossVclLib). It depends on tools, some of them can be used with simple modification, other requires more.

What is LLVM-based compiler ?

All new Embarcadero Delphi compiler based on LLVM technology and called "nextgen" compiler. Nextgen compilers don't have support of AnsiString, ShortString, embedded asseembler code and use ARC model for all objects.

ld-linux.exe: error: cannot find -lGL

Install OpenGL on Linux - "sudo apt-get install freeglut3-dev build-essential libx11-dev libxmu-dev libxi-dev libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev libglfw3-dev libgles2-mesa-dev"

Update Linux SDK in Delphi

TImageList shows nothing

CrossVcl supports only 256-colors, 24 and 32 bit format for TImageList

TImage and TBitmap shows nothing

CrossVcl supports only 256-colors, 24 and 32 bit format for TBitmap

[DCC Error] E2141 Bad file format: 'myfile.res'

Unfortunatelly Delphi compiler for OSX and Linux doesn't support custom resources format. All custom resources should be RCDATA.

Version 1.02
Added: LoadCursor and LoadCursorFromFile, IconAndCursor demo
Fixed: GetLocaleInfo for LOCALE_IFIRSTDAYOFWEEK
Fixed: GetThemeBackgroundContentRect crash
Fixed: Mouse wheel handling on macOS using magic mouse
Fixed: Hint window has wrong size on Linux
Fixed: Popup window doesn't close when parent window moved
Fixed: AlphaBlendValue doesn't work on Linux




Only for V.I.P
Warning! You are not allowed to view this text.