Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 10 Nov 2003 17:12:12 -0500 (EST) From: Suresh Venkatasubramanian To: cygwin AT cygwin DOT com Subject: Re: OpenGL and cygwin In-Reply-To: <20031110215450.GA11731@redhat.com> Message-ID: References: <20031110174953 DOT GB13143 AT redhat DOT com> <20031110204458 DOT GC1808 AT tishler DOT net> <20031110205820 DOT GA17282 AT redhat DOT com> <20031110213126 DOT GB18439 AT redhat DOT com> <20031110215450 DOT GA11731 AT redhat DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 10 Nov 2003, Christopher Faylor wrote: > On Mon, Nov 10, 2003 at 04:43:10PM -0500, Suresh Venkatasubramanian wrote: > >True, but I am not using cygwin dlls. I am using native windows opengl > >dlls and an nvidia glut dll. moreover, I compile using -mno-cygwin.... > > Go back and read the output from cygcheck that you sent to this mailing > list. It shows that you *are* using a cygwin DLL: > > C:\cygwin\bin\glut32.dll > > So, I will say it again: You can't use cygwin DLLs in a non-cygwin > application. I understand what you are saying. Hence I tried compiling using an nvidia glut dll rather than cygwin\bin\glut32.dll. The results I got were the same i.e the same error. nvidia is a graphics card manufacturer and they provide windows dlls for their windows demos (that run fine). The glut32.dll they provide is non-cygwin as are the other opengl dlls I am using, so as far as I can make out, all my dlls are non-cygwin. euclid 5:06pm [3d_diameter]> cygcheck main Found: .\main.exe main.exe C:\WINDOWS\System32\msvcrt.dll C:\WINDOWS\System32\KERNEL32.dll C:\WINDOWS\System32\ntdll.dll C:\WINDOWS\System32\GLU32.DLL C:\WINDOWS\System32\OPENGL32.dll C:\WINDOWS\System32\ADVAPI32.dll C:\WINDOWS\System32\RPCRT4.dll C:\WINDOWS\System32\GDI32.dll C:\WINDOWS\System32\USER32.dll C:\WINDOWS\System32\DDRAW.dll C:\WINDOWS\System32\DCIMAN32.dll .\glut32.dll C:\WINDOWS\System32\WINMM.dll where .\glut32.dll is the nvidia dll I was referring to. the error message (on this executable) is reproduced below: euclid 5:09pm [3d_diameter]> ./main ifile1 2 [unknown (0x8C4)] ? 2364 cygheap_fixup_in_child: Couldn't reserve spacefor cygwin's heap (0x61600000 <0x0>) in child, Win32 error 487 C:\cygwin\home\Suresh\src\myopengl\envelopes\3d_diameter\main.exe: *** m.AllocationBase 0x61600000, m.BaseAddress 0x61600000, m.RegionSize 0x3000, m.State 0x1000 Suresh Venkatasubramanian, Ph: 973 360 8951 (o) Member, Technical Staff Web: http://www.research.att.com/~suresh/ AT&T Shannon Labs "The guitar is the ideal instrument for anyone who is able to love loneliness." --Angelo Gilardino -- 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/