ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  ChartDirector for ARM CPU in this forum
Posted by Peter Kwan on Apr-26-2021 15:05
ChartDirector does not officially support the ARM CPU yet. However, from time to time, we  compile special ARM releases on request, and the download link in various posts in this forum. The following summarize what is currently available in this forum.


C++ 32-bit ARM (armhf architecture)
http://www.advsofteng.com/chartdir_cpp_linux_armhf.tar.gz

C++ 64 bit ARM (aarch64 architecture)
http://www.advsofteng.com/chartdir_cpp_linux_arm64.tar.gz

PHP 32 bit ARM
http://www.advsofteng.com/chartdir_php_linux_armhf.tar.gz

Python 32 bit ARM
http://www.advsofteng.com/chartdir_python_linux_armhf.tar.gz

Perl 32 bit ARM
https://www.advsofteng.com/chartdir_perl_linux_armhf.tar.gz

  Re: ChartDirector for ARM CPU in this forum
Posted by Peter Kwan on Jul-30-2023 13:39
If you are using 64-bit ARM Linux, note that there are now official releases for 64-bit ARM Linux (aarch64) on our web site:

https://www.advsofteng.com/download.html

  Re: ChartDirector for ARM CPU in this forum
Posted by Tony Kennedy on Feb-21-2025 19:26
Any plans to do an ARM windows library?

  Re: ChartDirector for ARM CPU in this forum
Posted by Peter Kwan on Feb-23-2025 04:32
Hi Tony,

As ChartDirector for .NET is built using the "Any CPU" architecture, it should work on ARM Windows.

I have just tried myself. I started with the NetWinCharts sample code that comes with ChartDirector for .NET. In Visual Studio, I set the platform target to ARM64 and compile the sample code. I confirm it runs on Windows 11 ARM64 normally, and the task manager shows that it is running in ARM64 mode (as opposed to x64 emulation mode).

I suspect ChartDirector for Java should also work on Windows ARM64 natively, but I have not tested it yet.

ChartDirector for C++, Perl, Python, PHP and COM/ASP/VB currently does not support Windows ARM64 in native mode. It can only run in x64/x86 emulation mode. We are considering to fully support Windows ARM64 in a future release of ChartDirector, but there is still not a firm date.

Best Regards
Peter Kwan

  Re: ChartDirector for ARM CPU in this forum
Posted by Tony on Feb-23-2025 04:41
I'm using C++.

I'm subscribed to this thread, can you update it when the native ARM version is ready?

All the best,

Tony.

  Re: ChartDirector for ARM CPU in this forum
Posted by Peter Kwan on Feb-25-2025 02:22
Hi Tony,

Definitely, I will update this thread when there are news about native ARM support on Windows.

Best Regards
Peter Kwan