Re: [Resubmit]: Added wrapper dll for ct-api(CardTerminal API)
30 Oct
2007
30 Oct
'07
11:30 a.m.
"Christian Eggers" <ceggers(a)gmx.de> 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 Unicode and then convert to CP_UNIXCP.
+ result = RegOpenKeyExA(HKEY_CURRENT_USER, "Software\\Wine\\DllWrappers", 0, KEY_READ, &key_handle);
The key should go under Software\\Wine\\ctapi32, I don't think there's a need to add a generic mechanism here. -- Alexandre Julliard julliard(a)winehq.org
6619
Age (days ago)
6619
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard