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/
--------------------------------------------------------------------

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to