Binding OpenGL and gcc

René Berber r.berber@computer.org
Tue Jun 2 07:20:00 GMT 2009


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.DLL
>      C:\WINDOWS\system32\KERNEL32.dll
>        C:\WINDOWS\system32\ntdll.dll
>      C:\WINDOWS\system32\RPCRT4.dll
>  C:\WINDOWS\system32\glut32.dll
>    C:\WINDOWS\system32\OPENGL32.dll
>      C:\WINDOWS\system32\msvcrt.dll
>      C:\WINDOWS\system32\GDI32.dll
>        C:\WINDOWS\system32\USER32.dll
>      C:\WINDOWS\system32\GLU32.dll
>      C:\WINDOWS\system32\DDRAW.dll
>        C:\WINDOWS\system32\DCIMAN32.dll

No case sensitivity at all in Windows.  If a library is not found,
cygcheck (and ldd) tells you.

Only problem I see is the use of cygwin1.dll and msvcrt.dll at the same
time, they both implement the same thing (more or less).

Try running your program and look at the exit code: './run; echo $?';
then do 'net helpmsg <code>', where the code is what the echo printed.
-- 
René Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list