Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Tue, 22 May 2001 19:06:39 -0400
From: Christopher Faylor <cgf@redhat.com>
To: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
Subject: Re: Linking with MAPI problems
Message-ID: <20010522190639.B25000@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
References: <608FFE690078D3118A940000F87B142301CDC6E2@ASZMSG002.gak.nl> <20010521212023.30056.qmail@web14507.mail.yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.11i
In-Reply-To: <20010521212023.30056.qmail@web14507.mail.yahoo.com>; from danny_r_smith_2001@yahoo.co.nz on Tue, May 22, 2001 at 07:20:23AM +1000

On Tue, May 22, 2001 at 07:20:23AM +1000, Danny Smith wrote:
>--- "Peschier, J. (r&d)" <Jeroen.peschier@soz.pinkroccade.nl> wrote: > 
>> Hi!
>> 
>> I am having problem linking with the mapi library:
>> 
>> gcc -c MailTest.c
>> gcc -o test.exe MailTest.o -lmapi32
>> MailTest.o(.text+0x3f):MailTest.c: undefined reference to
>> `MAPISendMail@20'
>> collect2: ld returned 1 exit status
>> make: *** [test.exe] Error 1
>> 
>> I've checked that the mapi.h headerfile provided by Cygwin provides a
>> prototype for MAPISendMail. According to the FAQ linking this way to
>> the
>> mapi library should work. 
>
>For some reason, that function name is not in the import lib for
>mapi32.dll.    There may be a good reason for that or it may be an
>oversight.  In the event, that is why you got the undefined reference.

I can't see any reason for this to be missing.  I've added it to
mapi32.def.

(Hopefully Earnie will agree with this decision)

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

