This is the mail archive of the cygwin@cygwin.com 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: Inclusion of windows dll into cygwin code


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.


Best Regards,
Niraj Agaral





----- Original Message ----- 
From: "Niraj Agarwal" <niraja@npi.stpn.soft.net>
To: "cygwin" <cygwin@cygwin.com>
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)" <lhall@rfk.com>
> To: "Niraj Agarwal" <niraja@npi.stpn.soft.net>; "cygwin" <cygwin@cygwin.com>
> 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@rfk.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/

Attachment: Makefile
Description: Binary data

Attachment: defs.mk
Description: Binary data

Attachment: dos2unix
Description: Binary data

Attachment: example.pc
Description: Binary data

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

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