-
Hello friends!
I had two hours to kill this morning, and I wanted to wake up my Lua knowledge, so I made this.
This is a tool made to repair MFM files that do not load correctly in MSEide, due t…
-
Having a folder with copies of FPC packages that are tweaked with `mclasses` unit leads to incompatibilities when using packages that are not included in the folder.
Two solutions to avoid this pr…
-
What is the different between them? Which of them is more full featured and well developed? Thank you.
-
It seems MSEGUI + FPGUI don't have much interest from the Free Pascal users! They are so accustomed to the LCL abstraction of Lazarus that the only way to make them use MSEGUI + FPGUI is having a MSEG…
-
I hate this style of old Photoshop and the Gimp's interface. On Lazarus, we have anchordockingdsng. What about this?
ghost updated
2 years ago
-
Hello.
Not assigning proper signed symbol table for a method from libc.so.6 could give big problems.
See the (hot) topic here:
https://forum.lazarus.freepascal.org/index.php/topic,58888.msg486269…
-
Hello!
I try to write text on a msegui form using this:
```
var
image:TBGRABitmap;
...
image := TBGRABitmap.Create(ClientWidth,ClientHeight, BGRAwhite );
image.FontHeight := 30;
i…
-
Bug: IDE uses path like this: `/C:/projects/test` so the compiler can't find the source. I guest there is typo on the path. On Windows we use backward slashes isn't it? This kind of forward slashes pa…
-
tools/POtools/POdemo/podemo.prj
```
Note: DWARF debug information cannot be used with smart linking on this target, switching to static linking
Free Pascal Compiler version 3.2.2 [2021/07/09] for x…
-
The tooltip background is of a light color, making impossible to read the text. I tested this with a tooltip on a button from the toolbar of my application. And I have no idea how to change that at th…