Anders Melander
Anders Melander
It should be fairly easy to make all the languages of the project available as columns in the grid, but it will only be the currently selected Target language that...
Property list control is now a grid. I still need to replace the module treelist control but that should be a minor task - and not as important.
Yes, the documentation is horribly out of date. The whole [GR32_Polygons](https://graphics32.github.io/Docs/Units/GR32_Polygons/_Body.htm) unit was rewritten around 2010 to use a better polygon rasterizer, so any functionality that only applied to the...
@tulach Please create and attach a minimal reproducible example.
I still need a reproducible example, because it works for me. I'm using the latest source with [the old C++ examples](https://github.com/graphics32/graphics32/tree/Graphics32_2.0_Final/Examples/Drawing/GradLines). Both 32- and 64-bit (classic) works. On 64-bit I...
> Can you share your C++ Builder projects for building GR32_R and GR32_D packages? I used the Delphi packages but I now realize that you are of course using C++...
> You can delete USEFORM/USEFORMNS macros. Yes, but I still got the linker errors. I have resolved those now by adding the `Source\Design` folder to the project Library path. Now...
I'm stumped. I based my C++ Builder packages on the [VirtualTreeview packages](https://github.com/JAM-Software/Virtual-TreeView/tree/master/Packages/CBuilder%2012), which has an almost identical folder layout. The VT packages install without problems.
A quick update although I haven't gotten much further. I've looked at the `PACKAGEINFO` resource of the design-time package with a resource editor and it revealed something strange: Notice the...
> I renamed the two units to GR32.ImageFormatsBMP.pas (without the dot) and GR32.Text.Windows.pas and now it can be installed. Reproduced. I renamed them to `GR32.ImageFormats.BMP32.pas` and `GR32.Text.Win32.pas` with the same...