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.
How to install a home made dll in order it is found by wine?
Re: How to install a home made dll in order it is found by w
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
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