Re: [Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-23 Thread John Wicket
Wow, what an interesting bunch of reads. I still haven't tried the options yet as I dont work with windows too much. What was the consensus? on the steps to follow. I will try finding a freeglut dll and then changing the name to opengl32.dll and see if that works. On 9/23/07, Ronald Guida <[EMA

Re: [Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-23 Thread Ronald Guida
Sven Panne wrote: > On Friday 21 September 2007 20:19, Ronald Guida wrote: >> John Wicket wrote: >> > yea, that is probably what I need. Can you post in a step-by-step way. >> >> Here is a set of instructions for what I had to do to get FreeGLUT >> working with GHCi [...]. > > Oh dear, a long

Re: [Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-23 Thread Sven Panne
On Friday 21 September 2007 20:19, Ronald Guida wrote: > John Wicket wrote: > > yea, that is probably what I need. Can you post in a step-by-step way. > > Here is a set of instructions for what I had to do to get FreeGLUT > working with GHCi [...]. Oh dear, a long a sad story... :-( > [...] Al

Re: [Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-21 Thread Peter Verswyvelen
Oh yes, it's really confusing, this HOpenGL web-page is completely obsolete :-) It confused me so much I stopped looking at Haskell initially. Luckily this mailing list exists, and the other members of this group already gave you adequate instructions how to get started :-) Some other things

Re: [Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-21 Thread Ronald Guida
Oops, one slight omission: 4. Download this custom makefile and put in in the "./src" directory. http://hpaste.org/2841 ** Call this file "Makefile", with no extension. 5. Download this custom def file and put in in the "./src" directory. http://hpaste.org/2842 ** Call this fil

Re: [Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-21 Thread Ronald Guida
John Wicket wrote: > yea, that is probably what I need. Can you post in a step-by-step way. Here is a set of instructions for what I had to do to get FreeGLUT working with GHCi. Just a little warning: my instructions could be wrong in some places. Normally, in order to verify my instructions,

Re: [Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-21 Thread Malcolm Wallace
> > > http://www.haskell.org/HOpenGL/ > > try http://www.haskell.org/haskellwiki/Opengl ? > > [Sven: could there please be a link from the old home page > to the wiki page, with a recommendation to improve the > latter?] Since this kind of confusion over the HOpenGL documentation is beco

Re: [Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-21 Thread Claus Reinke
> http://www.haskell.org/HOpenGL/ First, the bad news: The HOpenGL site is outdated. Look at [1] and note the date of the most recent release: September 9, *2003*. [1] http://www.haskell.org/HOpenGL/releases.html try http://www.haskell.org/haskellwiki/Opengl ? [Sven: could there please be a l

Re: [Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-20 Thread Ronald Guida
John Wicket wrote: > I can take any of these opengl applications or other examples on the > web, but I can't get the application to run on Win32? > > They will compile(except for the GLU ones) but when I launch them, > the windows just closes? Is HOpenGL supported well on Win32? > > http://www.ha

[Haskell-cafe] Win32 Open GL / Glut Applications

2007-09-20 Thread John Wicket
I can take any of these opengl applications or other examples on the web, but I can't get the application to run on Win32? They will compile(except for the GLU ones) but when I launch them, the windows just closes? Is HOpenGL supported well on Win32? http://www.haskell.org/HOpenGL/ I have ghc 6