How to install a home made dll in order it is found by wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
lalebarde
Newbie
Newbie
Posts: 1
Joined: Wed Jul 17, 2013 10:24 am

How to install a home made dll in order it is found by wine?

Post by lalebarde »

Hi all,

I am developping a multi-platform application under Linux. To build the Windows versions, I make use of cross-compiling with MinGW. For "first" tests, I am using wine. First, I have started with MinGW32 and wine configured for Windows XP.

I need to build tier dll and my own dll. Build is alright. If I copy them in ~/.wine/drive_c/windows/system32/ and run my application which use these dll under wine, it does not find them. If I put a copy of the dll in the same directory than the application, it works.

Thus, how can I make wine find home made dlls in standards directories ? I have had a look at winecfg and winetricks, but they looks of no help. Is there something to do with the windows registry ? I am a total windows newbbie (last experience in 2006).

Cheers,

Laurent.
winspool
Level 2
Level 2
Posts: 19
Joined: Fri Feb 22, 2008 3:39 pm

Re: How to install a home made dll in order it is found by w

Post by winspool »

Hi.

It you installed a 64/32 bit Wine and use a 64 bit Wineprefix, 32 bit dlls are located in:
~/.wine/drive_c/windows/syswow64/

--
Regards ... Detlef
Locked