Hi bbennett,
There are many reasons for "Unable to load dynamic library". The complete error message should also contain a line that tells you why the system is "Unable to load dynamic library".
The thread you mentioned in your message contains 3 cases from 3 different users. It also contains the suggested solution. It is not known if the issue was solved for the first two users (sometimes the user did not feed back if the problem is solved). For the last user, it actually shows WAMP working normally with ChartDirector.
In brief, please ensure you have performed the followings:
(a) Include "extension=phpchartdir530.dll" in your active "php.ini". Please make sure you are using the "php.ini" that is reported by your "phpinfo".
(b) Copy *everything* from ChartDirector/lib (including "phpchartdir530.dll", "chartdir.dll" and other files) to your PHP extension directory. Again, please use the PHP extension directory that is reported by your "phpinfo".
(c) Restart Apache.
Also, note that ChartDirector can only work with PHP that is binary compatible with the official PHP releases in the PHP web site. In particular, it will not work with 64-bit PHP on Windows, which is not binary compatible with the official PHP releases. (As PHP is open source, everyone can modify and compile their own PHP distribution, which may not be compatible with the official PHP releases.) If you are using 64-bit PHP, please consider to download 32-bit PHP instead.
If the above still does not solve the problem, would you mind to inform me of the followings:
(a) Your phpinfo
(b) The result of the followings:
cd c:\\wamp\\bin\\php\\php5.3.4\\ext
dir
Regards
Peter Kwan |