At 11:06 PM 9/27/2004, David Barrett wrote:
>Ok, with Dror's and William's help I'm up and running with APR.  Now, what
>about static linking with APRICONV?
>
>Starting with Dror's HelloWorld DSW (which compiles, links, and runs fine
>with just APR), I added the lines:
>
># #include "apr_iconv.h"
># ...
># apr_iconv_open( 0, 0, 0, 0 );

apr_iconv is a private interface.  It will soon be gone.

Stick with the apr_xlate interface.

Bill


Reply via email to