Hi Chris,
When error occurs, ChartDirector will output error message using the standard error reporting method of the programming language. For Perl, I think it will just use "die 'xxxx'" to output the error message.
Note that if you are writing a web application, you may or may not see the error message on the browser window. It depends on your web system configuration. For example, some systems will intention show a blank page or a generic error page if the Perl script dies (with or without an error message) to avoid the user seeing the error message.
Also, as explain in the following thread:
http://www.chartdir.com/forum/download_thread.php?site=chartdir&bn=chartdir_support&thread=1292356351
ChartDirector will not report errors in search for fonts. Instead, it will just try its best effort to render text if the specified font is not found. As fonts issues are usually caused by incorrect installation, please kindly try the "check installation script" to verify if the installation is correct.
Hope this can help.
Regards
Peter Kwan |