[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept
- From: Scott Morgan <blumf@...>
- Date: Wed, 17 May 2017 17:25:33 +0100
On 05/17/2017 05:06 PM, KHMan wrote:
> Often on MSYS or MSYS2 compiled executables would run, and then on
> Command Prompt it will fail to start. My usual rule is that when the
> executable is to run outside of the MSYS or MSYS2 environment, copy it
> out and test it on Command Prompt to make sure it has all the DLLs it
> needs.
Dependency Walker is handy for seeing what DLLs are required for an EXE.
http://www.dependencywalker.com/
A bit like the ldd command in Linux.
Scott
- References:
- [ANN] MSI Installer for PUC-Lua Proof Of Concept, Russell Haley
- [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, Russell Haley
- Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, Luiz Romário Santana Rios
- Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, Charles Heywood
- Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, Jonathan Goble
- Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, Hisham
- Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, Jonathan Goble
- Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, Enrico Colombini
- Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, Russell Haley
- Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, Dirk Laurie
- Re: [ANN] Windows MSI Installer for PUC-Lua - Proof Of Concept, KHMan