This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Binding OpenGL and gcc


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:\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.dllcd 
>>        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).

  I'm not so sure.  How did glut32.dll get into thw windows system dir?  Are
we even sure it's the cygwin version?

    cheers,
      DaveK

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]