Re: Binding OpenGL and gcc

2009-06-02 Thread Dave Korn
René Berber wrote: > Christina McQuirk wrote: > >> How cAsE sEnSiTiVe are the .dll names? All these files are there (I >> checked each one), but sometimes not ALLCAPS or all-lower as output >> below >> >> [YOUR-7E1386FF39:~] >> cygcheck ./run.exe >> .\run.exe >> C:\cygwin\bin\cygwin1.dll >>C

Re: Binding OpenGL and gcc

2009-06-02 Thread Dave Korn
Christina McQuirk wrote: > So I found this: > > [YOUR-7E1386FF39:~] >> cygcheck -p ./run.exe Wrong option. "cygcheck -p " is the equivalent of searching for in the list of cygwin distro packages (http://cygwin.com/packages). > What is the Obsolete package about, and would *start cosole prog

Re: Binding OpenGL and gcc

2009-06-02 Thread Christina McQuirk
[YOUR-7E1386FF39:~] >> ./run; echo $? 57 [YOUR-7E1386FF39:~] >> net helpmsg 57 ネットワーク アダプタのハードウェア エラーが発生しました。 (In Japan, researching on Japanese computer but translates to: A network adapter hardware error occurred) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: Binding OpenGL and gcc

2009-06-02 Thread Christina McQuirk
So I found this: [YOUR-7E1386FF39:~] >> cygcheck -p ./run.exe Found 6 matches for ./run.exe. X-startup-scripts/X-startup-scripts-1.0.10-4    Obsolete package run/run-1.1.10-1        start console programs with hidden console run/run-1.1.6-1 start console programs with hidden console run/run-1.1.7-

Re: Binding OpenGL and gcc

2009-06-02 Thread René Berber
Christina McQuirk wrote: > How cAsE sEnSiTiVe are the .dll names? All these files are there (I > checked each one), but sometimes not ALLCAPS or all-lower as output > below > > [YOUR-7E1386FF39:~] >> cygcheck ./run.exe > .\run.exe > C:\cygwin\bin\cygwin1.dll >C:\WINDOWS\system32\ADVAPI32.DL

Re: Binding OpenGL and gcc

2009-06-01 Thread Christina McQuirk
How cAsE sEnSiTiVe are the .dll names?  All these files are there (I checked each one), but sometimes not ALLCAPS or all-lower as output below [YOUR-7E1386FF39:~] >> cygcheck ./run.exe .\run.exe  C:\cygwin\bin\cygwin1.dll    C:\WINDOWS\system32\ADVAPI32.DLL      C:\WINDOWS\system32\KERNEL32.dll  

Re: Binding OpenGL and gcc

2009-06-01 Thread Dave Korn
Christina McQuirk wrote: > Hi, > > I posted earlier about having problems linking opengle and dlls, but > now that is fixed (Thanx for your help!). However, now my code runs > without error, but no display window opens. I have transfered my code > to a lab-mate's computer and it runs and opens

Binding OpenGL and gcc

2009-06-01 Thread Christina McQuirk
Hi, I posted earlier about having problems linking opengle and dlls, but now that is fixed (Thanx for your help!).  However, now my code runs without error, but no display window opens.  I have transfered my code to a lab-mate's computer and it runs and opens a display window, but mine does not.