Re: Cross platform development



On 03/18/2017 07:37 AM, Dirk Gottschalk via gtk-app-devel-list wrote:
The only chance is, to grab the DLLs from MinGW via objdump ore some
similar, like recommended and pack them into the applications working
directory, because Windows searches DLLs in its System, System32
subfolders and in the working directory of the app. This is tested. I
only want to copy just the needed files, not the complete DLL set Mingw
has on my systems, these are real much.

If you could find the msys2 binary packages, you could just grab the
ones you need and unzip them into your app's custom tree.  I'm not sure
where to get them, though. msys2's web site is very sparse and only
shows the installers and the git source repos.  If I can find them I'll
post here.

As for Windows searching DLLs, if I'm not mistaken, Windows always looks
first in the same directory as the .exe file.  After that it searches
its system folders.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]