"Christian Eggers" <[EMAIL PROTECTED]> writes:
> + /* Try to get name of low level library from registry */
> + /* UNICODE functions are not used here, because the final string is
> needed as ANSI */
Actually the final string should be in the Unix codepage, so you have to
load it using U
Am 11 Jul 2007 um 13:57 hat Alexandre Julliard geschrieben:
> "Christian Eggers" <[EMAIL PROTECTED]> writes:
>
> > +#ifndef SONAMES_LIBCTAPI
> > +#define SONAMES_LIBCTAPI
> > "libctapi.so","libctapi-cyberjack.so.1","libct.so","libctdeuti.so.5"
> > +#endif
>
> There should be a registry key to s
"Christian Eggers" <[EMAIL PROTECTED]> writes:
> +#ifndef SONAMES_LIBCTAPI
> +#define SONAMES_LIBCTAPI
> "libctapi.so","libctapi-cyberjack.so.1","libct.so","libctdeuti.so.5"
> +#endif
There should be a registry key to specify the library to load instead
of a hardcoded list. If the key is not set
Hello,
possibly my previous patch got lost :-)
If anything is wrong with the patch, please let me know.
regards
Christian
--- Weitergeleitete Nachricht / Forwarded message ---
Hello,
I've made the suggested changes and prepared a new patch (sorry for the long
time of
waiting).
In t