regsvr32: Where I should put my dll to register it?

Questions about Wine on Linux
Locked
0sm1um
Newbie
Newbie
Posts: 2
Joined: Fri Jan 06, 2017 3:07 pm

regsvr32: Where I should put my dll to register it?

Post by 0sm1um »

Goal: Set asio driver on wine.

History: I installed wine staging, built wineasio.dll(64bit) and now trying to register it via regsvr32.

Problem: "Failed to load DLL message occurs". I suppose regsvr32 doesn't knows where this *.dll located, because if I try to load "abracadabra".dll I have same msg. Futher I only find paths related to wine dlls in:
/usr/lib/i386-linux-gnu/wine/wine
/usr/lib/x86_64-linux-gnu/wine/wine
Placing my dll to this paths doesn't helped. How can I resolve this?
/usr/lib/wine -doesn't exist
/usr/lib32/wine -doesn't exist
Thanks in advance !

Conf:

Code: Select all

root@music_workstation:~# uname -a
Linux music_workstation 3.2.0-4-rt-amd64 #1 SMP PREEMPT RT Debian 3.2.82-1 x86_64 GNU/Linux
root@music_workstation:~# cat /etc/debian_version
8.6
root@music_workstation:~# wine --version
wine-2.0-rc3 (Staging)

fjfrackiewicz
Level 2
Level 2
Posts: 20
Joined: Sat Feb 20, 2016 7:19 pm

Re: regsvr32: Where I should put my dll to register it?

Post by fjfrackiewicz »

Locked