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
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