From: Andrew B. <and...@cs...> - 2011-07-28 10:26:25
|
On 22 Jul 2011, at 19:09, Dave Tapley wrote: > Hi all, > > For a wxHaskell based application distributed on Windows, can I distribute the necessary WX DLLs right alongside the application, without having to do a separate install of WX? > I want to be able to distribute the application as a zip file and not require the user to have anything installed. Is that possible? It works fine - its what I do at http://www.scss.tcd.ie/Andrew.Butterfield/Saoithin/ I just include the relevant wxc-msw-<lots-of-numbers>.dll Note on windows 7 you can get an error about a missing dll (comctl32.dll) , but the program manages to run OK once you dismiss the error box... -------------------------------------------------------------------- Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204 Lero@TCD, Head of Foundations & Methods Research Group Director of Teaching and Learning - Undergraduate, School of Computer Science and Statistics, Room F.13, O'Reilly Institute, Trinity College, University of Dublin http://www.scss.tcd.ie/Andrew.Butterfield/ -------------------------------------------------------------------- |