Re: crypt32: String resource IDs

2008-05-21 Thread Juan Lang
Don't forget to cc wine-devel on replies.. On Wed, May 21, 2008 at 9:55 AM, Michael Karcher <[EMAIL PROTECTED]> wrote: > do we define "rsaenh.dll" as "application"? Not usually, as it's part of Windows and doesn't come with other applications. > So we do not currently have the needed strings (th

Re: crypt32: String resource IDs

2008-05-21 Thread Juan Lang
> are the string resource IDs (IDS_*) in crypt32.dll supposed to be > compatible to the native Microsoft DLL? Only if an app depends on this. > The reason I am asking is that the native rsaenh.dll fails to load > because of failing GetStringW calls for crypt32.dll. It is supposed to > fail, or sh

crypt32: String resource IDs

2008-05-21 Thread Michael Karcher
Dear developers, are the string resource IDs (IDS_*) in crypt32.dll supposed to be compatible to the native Microsoft DLL? It looks like the strings wine has starting at 1000 are based at 8000 in the crypt32.dll provided with XP. Since SP2, crypt32.dll has extra strings (e.g. at 7501 and following