Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-31 Thread Miguel Vilaça
Hi, I start this when i read in http://wxhaskell.sourceforge.net/download.html that concerning binaries for version 0.10.3: "All packages have ODBC support (but not OpenGL)." But at least the windows binary (as stated by shelarcy) and the wxhaskell-bin-powerpc-mac2.6.4-ghc6.8.2-0.10.3-0.dm

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-29 Thread Conal Elliott
As long as there's a single binary (per release per platform) I'm for opengl being part of it. On Sat, Mar 29, 2008 at 6:56 AM, Eric Y. Kow <[EMAIL PROTECTED]> wrote: > Hi, > > Answering the one question I know an answer to. > > > In the meanwhile, I also found that the 0.10.3 binaries loose the

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-29 Thread José Miguel Vilaça
Hi, The Microsoft Visual C++ 2005 SP1 Redistributable Package solves the problem. Just great! If anyone with access to wxHaskell webpage at sourceforge could add a note in downloads page about this issue, could avoid others to have this problem. Something like You may need to install Microsoft V

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-29 Thread shelarcy
On Sat, 29 Mar 2008 22:41:19 +0900, Miguel Vilaça <[EMAIL PROTECTED]> wrote: > Some pratical, to find a solutions is pointed in > http://www.tech-archive.net/Archive/VC/microsoft.public.vc.mfc/2006-09/msg02020.html: > "To see dependent DLLs, open your application with the dependency > viewer (depen

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-29 Thread shelarcy
Hi, On Thu, 27 Mar 2008 07:55:50 +0900, José Miguel Vilaça <[EMAIL PROTECTED]> wrote: > I successfully installed Visual C++ 2005 Redistributable Package on Windows > XP but the same error remains. I even rebooted (for some reason this usually > solve many problems) the machine but no luck either.

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-29 Thread Eric Y. Kow
Hi, Answering the one question I know an answer to. > In the meanwhile, I also found that the 0.10.3 binaries loose the > opengl support compared with 0.9.4 as pointed in > http://wxhaskell.sourceforge.net/download.html. > Is there some reason for this? There used to be a flag bug in wxWidge

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-29 Thread Miguel Vilaça
y > Enviada: quarta-feira, 26 de Março de 2008 14:20 > Para: Miguel Vilaça > Cc: wxhaskell-users > Assunto: Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP > > Hi Miguel, > > On Wed, 26 Mar 2008 21:21:47 +0900, Miguel Vilaça <[EMAIL PROTECTED]> > wrote

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-28 Thread Eric Kow
> I should have checked out a bit more - what has happened is that all my > scollbars have disappeared ! > Any idea why this might have happened ? No, but if you think there may be a bug, we'd love to hear about it on http://sourceforge.net/tracker/?group_id=73133&atid=536845 preferably with

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-28 Thread Andrew Butterfield
Andrew Butterfield wrote: > > I installed the same on Windows XP - this all works fine ! > > (XP Professional 2002 SP 2) > > My big complicated program (developed under GHC6.4/wx0.9) also > worked without problems. > I should have checked out a bit more - what has happened is that all my scollb

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-27 Thread Andrew Butterfield
Eric Kow wrote: > Hi, > > On 26/03/2008, Miguel Vilaça <[EMAIL PROTECTED]> wrote: > >> I installed GHC 6.8.2 and wxHaskell 0.10.3 (final release, not RC X) >> in a Windows XP, and everything installed ok. >> >> Tested the samples: ghc -package wx Helloword.hs -o Helloword.exe >> >> But when

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-26 Thread José Miguel Vilaça
[mailto:[EMAIL PROTECTED] Em nome de Eric Kow Enviada: quarta-feira, 26 de Março de 2008 13:47 Para: Miguel Vilaça Cc: wxhaskell-users@lists.sourceforge.net Assunto: Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP Hi, On 26/03/2008, Miguel Vilaça <[EMAIL PROTECTED]> wrote: > I

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-26 Thread José Miguel Vilaça
iguel Vilaça -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de shelarcy Enviada: quarta-feira, 26 de Março de 2008 14:20 Para: Miguel Vilaça Cc: wxhaskell-users Assunto: Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP Hi Miguel, On Wed, 26 Mar 2008

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-26 Thread shelarcy
On Wed, 26 Mar 2008 22:47:07 +0900, Eric Kow <[EMAIL PROTECTED]> wrote: > Thanks for the report! Shelarcy, did you use Vista to build this? I'm using Windows XP now. But I installed Visual Studio in my Windows. So, my environment is different from normal users. > Does this mean we need a separat

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-26 Thread shelarcy
Hi Miguel, On Wed, 26 Mar 2008 21:21:47 +0900, Miguel Vilaça <[EMAIL PROTECTED]> wrote: > "The applicattion failed to initialize properly (0xc0150002). Click OK > to terminate the application." I searched this error using goole, then I found similar problem form websites and forums. Some of them

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-26 Thread Eric Kow
Hi, On 26/03/2008, Miguel Vilaça <[EMAIL PROTECTED]> wrote: > I installed GHC 6.8.2 and wxHaskell 0.10.3 (final release, not RC X) > in a Windows XP, and everything installed ok. > > Tested the samples: ghc -package wx Helloword.hs -o Helloword.exe > > But when I run Helloword.exe, only an err

[wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-26 Thread Miguel Vilaça
Hi all, I installed GHC 6.8.2 and wxHaskell 0.10.3 (final release, not RC X) in a Windows XP, and everything installed ok. Tested the samples: ghc -package wx Helloword.hs -o Helloword.exe But when I run Helloword.exe, only an error message appears with: "The applicattion failed to initializ