Re: problem with cygwin and GLUT on Vista

2008-11-06 Thread Greg Chicares
On 2008-11-06 14:43Z, Michael McGuffin wrote: [interference from non-Cygwin dll] > So I temporarily renamed the > glut32.dll under system32 to "disable" it, and ran "cygcheck ./main.exe" > again, and found that now it was finding C:\cygwin\bin\glut32.dll . Now > my program works fine, and so

Re: problem with cygwin and GLUT on Vista

2008-11-06 Thread Michael McGuffin
I ran "cygcheck ./main.exe" on my executable, and saw that it was trying to link with C:\Windows\system32\glut32.dll which I think I installed a while back from Nate Robins web site ( http://www.xmission.com/~nate/glut.html ) and which has nothing t

Re: problem with cygwin and GLUT on Vista

2008-11-05 Thread André Bleau
Hello Michael, I managed to install Cygwin, its development packages and the opengl package on a computer running Vista Home Premium 64-bit edition with SP1 yesterday. Everything runs fine: the GLUI examples, the helloGLUT test program, and your own "main" test program. Possible causes for

Re: problem with cygwin and GLUT on Vista

2008-11-04 Thread André Bleau
Michael McGuffin wrote: > Hello, Hello Michael, > I'm using cygwin on Vista, Which version? 32-bit or 64-bit? with or without SP1? > and have a problem running C++ code that contains calls to > GLUT routines. I've isolated the problem down to a very simple piece of code, > and have > sea

problem with cygwin and GLUT on Vista

2008-11-04 Thread Michael McGuffin
Hello, I'm using cygwin on Vista, and have a problem running C++ code that contains calls to GLUT routines. I've isolated the problem down to a very simple piece of code, and have searched the web without being able to find help. Note that I have packages opengl 1.1.0-8, freeglut 2.4.0-1,