CrossVCL v0.99 Beta for macOS and Linux » Developer.Team

CrossVCL v0.99 Beta for macOS and Linux

CrossVCL v0.99 Beta for macOS and Linux
CrossVCL v0.99 Beta for macOS and Linux | 46 Mb


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 0.99 Beta
Added: Implemented ShellExecute
Added: Custom application icon for macOS and Linux (AppIcon demo)
Improved: TDateTimePicker on Linux
Improved: GDI+ stroke and gradient drawing
Improved: Better handling form's default position
Fixed: AV on deleting page from TPageControl
Fixed: EnumFontFamiliesEx doesn't work on Linux
Fixed: AV in wglGetProcAddress on Linux
Fixed: TGroupBox and TRadioGroup caption painting on macOS
Fixed: Inserting control to TToolbar
Fixed: StringFormat aligning doesn't work
Fixed: Selection drawing on grids
Fixed: TDateTimePicker and TCalendar behaviour
Fixed: AV on TStatusBar (Linux)
Fixed: Bunch of minor issues




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