| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <608FFE690078D3118A940000F87B142301CDC6E2@ASZMSG002.gak.nl> |
| From: | "Peschier, J. (r&d)" <Jeroen DOT peschier AT soz DOT pinkroccade DOT nl> |
| To: | "'cygwin AT cygwin DOT com'" <cygwin AT cygwin DOT com> |
| Subject: | Linking with MAPI problems |
| Date: | Mon, 21 May 2001 10:36:29 +0200 |
| MIME-Version: | 1.0 |
| X-Mailer: | Internet Mail Service (5.5.2650.21) |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id EAA19974 |
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 AT 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. The code I'm trying to compile is below:
---------------------------code MailTest.c:
#include <windows.h>
#include <mapi.h>
int main(char **argv, int argc)
{
MapiMessage message;
if (MAPISendMail(0, 0, &message, MAPI_DIALOG, 0) != SUCCESS_SUCCESS)
printf("Something went wrong\n");
else
printf("There you go\n");
}
---------------------------
I'm new to Cygwin but not new to gcc. I'm probably staring myself blind on
something obvious here... Or perhaps it's a Cygwin or Windows 2000 specific
artifact that I'm unaware of? Anyway, thanks in advance for any help
offered.
Jeroen Peschier
----------------------------------------------------------------------------
ASZ heet sinds 7 mei 2001 PinkRoccade Sociale Zekerheid. In verband daarmee
zijn alle e-mailadressen van ASZ veranderd. Het nieuwe domein is nu:
soz.pinkroccade.nl.
Als u in uw adressenlijst nog e-mailadressen hebt staan met @asz.nl, gelieve
dan de toevoeging ná de @ te wijzigen in soz.pinkroccade.nl. Vóór het
@-teken zijn de e-mailadressen ongewijzigd gebleven.
----------------------------------------------------------------------------
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |