Talk:Remedy API Downloads
From ARSWiki
The Windows API has files missing. Let me describe this further:
- The 6.3p18 needs Xalan-C 1.4, but does not include the libraries needed.
- The Xalan-C library in Version 1.4 does not compile to a Xalan-C_1_4_0.dll, and never did. Must have beeen an individual "hack" that it did. The binary package of Xalan-C 1.4 (from apache.org) shows this.
- You could just catch the Xalan-C_1_4_0.dll from the AR Server, the server responsible found it there.
- The Version 6.3p20 includes is linked against Xerces-C 2.6 already, and Xalan-C 1.9. Both of them actually have working binary downloads on the apache homepage.
Anyway, if you need the client API, try to catch 6.3p20 rather than this 6.3p18 from your distributor.
It does not matter if you want to use it as a library for C or in combination with an API wrapper such as ARSPerl is. 6.3p18 just has a lack of dependencies at the moment, since the needed libraries are not available in the way they are required.

