Gert van den Berg wrote:> On Wed, Jan 6, 2010 at 08:52, matvrix <wineforum-user at winehq.org> wrote: > > > crypt32 has to be "Native, Builtin" > > > > > But if its not included with IE, you need to copy it for Windows, > otherwise the wine buildin gets used...In /usr/lib/wine is a crypt32.dll.so. How can I use the crypt32.dll from a windows installation? I use a Programm that loads at startup a file from the net via https. Since Ubuntu 10.04, this programm cannot load this file. the programm is based on a older emule Mod.
I have a crypt32.dll from a Windows 2000. Overwriting the file in the /usr/lib/wine/* dirs don't work.
Schuttwegraeumer wrote:> In /usr/lib/wine is a crypt32.dll.so. > How can I use the crypt32.dll from a windows installation?Copy it to system32 then: Code: WINEDLLOVERRIDES=crypt32=n wine myprogram.exe
vitamin wrote:> > Schuttwegraeumer wrote: > > In /usr/lib/wine is a crypt32.dll.so. > > How can I use the crypt32.dll from a windows installation? > > Copy it to system32 then: > > Code: > WINEDLLOVERRIDES=crypt32=n wine myprogram.exe > >ahm, where shoult i write this line? I start my windows apps with "wine app.exe" in the term or with rightklick on the exe and choosing "wine" in nautilus.