|
Solaris Sparc 64-bit support |
Posted by Greg Goodson on Dec-07-2010 01:22 |
|
Hi,
I downloaded the C++ Solaris (Sparc) library and noticed it is in ELF 32-bit format.
We would like to call the chart director library from our code which we build for 64-bit
SPARCV9 and was wondering if you had any plans to support this architecture. Or maybe
there is a way to load the 32-bit library from a 64-bit program that I am not aware of. Any
advice would be appreciated.
Regards,
Greg |
Re: Solaris Sparc 64-bit support |
Posted by Peter Kwan on Dec-08-2010 00:36 |
|
Hi Greg,
Unluckily, current ChartDirector for C++ (Solaris Sparc) only includes 32-bit shared objects.
For native 64-bit C++ applications, many of our customers write the charting part in Perl (or Python/PHP/Java), and then the C++ code simply "shell out" to run the Perl script.
Regards
Peter Kwan |
|