Re: [Resubmit]: Added wrapper dll for ct-api(CardTerminal API)

2007-10-30 Thread Alexandre Julliard
"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

Re: [Resubmit]: Added wrapper dll for ct-api(CardTerminal API)

2007-07-22 Thread Christian Eggers
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

Re: [Resubmit]: Added wrapper dll for ct-api(CardTerminal API)

2007-07-11 Thread Alexandre Julliard
"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

[Resubmit]: Added wrapper dll for ct-api(CardTerminal API)

2007-07-03 Thread Christian Eggers
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