I do not want to cross-post, but in another thread I posted this.
It look like TAChart is OK, but something is flipping it in a mirror image.
Re: Help: How to run a Windows cross-compiled program on a MacOS
« Reply #14 on: Today at 04:14:01 am »
Made a new test:
Created a new project.
Copy and Paste one chart and one button from my program.
Compiled and tested on the VM MAC: Everything look fine.
I deduct that it is one of the unit I use that throws things in mirror image for some reason.
That will be tough to find!
Here are the units I use in my main unit:
USES
{$IFDEF DARWIN} CocoaAll,MacOSALL, {$ENDIF}
{$IFDEF WINDOWS} Windows, MMSystem {$ENDIF}
Interfaces,SysUtils, Classes, Graphics, Forms, StdCtrls, ComCtrls, Grids,
ExtCtrls, Dialogs, Menus, TAGraph, TASeries, TACustomSeries,
TACustomSource, TATools, Types, TAChartUtils, TaPrint, ]"]>BlockedltiSeries,
PrintersDlgs, Printers, LCLType, Buttons, LCLTranslator,
controls, LCLIntf, TADataTools, TAChartListbox , Math, LazUtils;
Anyone see something obvious?
Do I need to use Cthreads with Darwin?