Codebot.Cross icon indicating copy to clipboard operation
Codebot.Cross copied to clipboard

A cross platform toolkit for Free Pascal and Lazarus

Results 13 Codebot.Cross issues
Sort by recently updated
recently updated
newest added

On Windows OS there is a problem when trying to compile a package. In the attachment a fix that solves this problem. \ [codebot.textxml.windows.inc.patch](https://github.com/sysrpl/Codebot.Cross/files/14155827/codebot.textxml.windows.inc.patch)

https://www.getlazarus.org/cross/ ![Screenshot from 2023-02-13 15-15-35](https://user-images.githubusercontent.com/4154978/218455252-3a9da7da-a5ee-4538-8aac-1e14eb625f5b.png)

Ubuntu 22.04, Firefox. button has this URL https://www.getlazarus.org/cross/#demonstration

Ubuntu 22.04. ![Screenshot from 2023-02-13 15-12-05](https://user-images.githubusercontent.com/4154978/218454705-fc4c423a-35da-4685-886a-089dee91c101.png)

Reading through the code, I found what looks like a race condition which can cause a "use-after-free". When TUniqueInstance is destroyed, FThread is asked to terminate and FSocket is freed:...

1. `defines classs and routines` 2. pls show all included controls, how they look, inside the readme. Ie make the subdir for pictures and link pics in the readme Markdown.

Lazarus 2.0.12 FPC 3.2.0 SVN Revision: 64642. Downloaded the zip file code.codebot-master loaded the package codebot and hit compile. Compilation error in gdiplus.pas, line 11906: Can't determine which overloaded function...

on Lazarus forum I saw post that Codebot Cross can help to use Direct2D. I need to add D2D mode to CudaText app which paints on Canvas. It is ATSynEdit...