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 Message-Id: <4.3.1.2.20020828203809.022c9bc8@pop.rcn.com> X-Sender: lhall AT pop DOT rcn DOT com Date: Wed, 28 Aug 2002 20:42:12 -0400 To: "Niraj Agarwal" , "cygwin" From: "Larry Hall (RFK Partners, Inc)" Subject: Re: Inclusion of windows dll into cygwin code In-Reply-To: <004c01c24ea7$e6c99230$46ca09c0@aniraj> References: <002501c24ea2$79a52610$46ca09c0 AT aniraj> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 11:30 AM 8/28/2002, Niraj Agarwal wrote: >Hi All, > >Please find the attached code and make file. > >I am trying to use Oracle DLL into my c program using a proc. > >Everthing is going smoothly and i am able to generate the exe. > >As i run the exe i am getting this error. > >m.AllocationBase 0x0, m.BaseAddress 0x61560000, m.RegionSize 0x1A0000, m.State 0 >x10000 >c:\Client_Projects\ProactNes_Porting\src\compilationFolder\TestFolder\NirajNew\m >y_example.exe: *** Couldn't reserve space for cygwin's heap (0x61560000 <0x10000 >00>) in child, Win32 error 6 > > >If i try to execute the same using gdb it give additional information also. >"Oracle_HOME/bin/orasql8.dll" error reading line number >................................same for other dllls. > > > >Please help me in this regard by solving the problem. This is not a problem. It just means that the DLL has no debug symbols that gdb understands. This is expected. gdb doesn't know about the VC++ debug symbol format. Just debug your program and ignore this warning. >Best Regards, >Niraj Agaral > > > > > >----- Original Message ----- >From: "Niraj Agarwal" >To: "cygwin" >Sent: Wednesday, August 28, 2002 8:22 PM >Subject: Re: Inclusion of windows dll into cygwin code > > > > Hi All, > > > > Let me explain the problem. > > > > I have a compiled a dll into windows environment using VC++ compiler. I have written my main function in c which should use this dll. I would like to compile the code using gcc. I have tried to use the export dll concept explained in cygwin user guide but that is not working for my case and generating ld error. > > > > > > Regards, > > Niraj Agarwal > > ----- Original Message ----- > > From: "Larry Hall (RFK Partners, Inc)" > > To: "Niraj Agarwal" ; "cygwin" > > Sent: Wednesday, August 28, 2002 8:07 PM > > Subject: Re: Inclusion of windows dll into cygwin code > > > > > > > At 10:36 AM 8/28/2002, Niraj Agarwal wrote: > > > >Hi All, > > > > > > > >Can any body help me in including windows dll into the code compiled in cygwin environment? > > > > > > > > > I expect the answer is yes but you'll need to post the details of your > > > situation and the specific problem before anyone here can take a stab at > > > it. > > > > > > Sorry if this sounds obvious but sometimes a statement of the obvious is > > > necessary to get things started. > > > > > > > > > Larry Hall lhall AT rfk DOT com > > > RFK Partners, Inc. http://www.rfk.com > > > 838 Washington Street (508) 893-9779 - RFK Office > > > Holliston, MA 01746 (508) 893-9889 - > > > > >-------------------------------------------------------------------------------- > > > > -- > > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > Bug reporting: http://cygwin.com/bugs.html > > Documentation: http://cygwin.com/docs.html > > FAQ: http://cygwin.com/faq/ > > > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Bug reporting: http://cygwin.com/bugs.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/