From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,52b2be615b9892a3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-13 06:41:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc04.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: sending email through ada95 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc04 1047566491 12.211.13.75 (Thu, 13 Mar 2003 14:41:31 GMT) NNTP-Posting-Date: Thu, 13 Mar 2003 14:41:31 GMT Organization: AT&T Broadband Date: Thu, 13 Mar 2003 14:41:31 GMT Xref: archiver1.google.com comp.lang.ada:35289 Date: 2003-03-13T14:41:31+00:00 List-Id: I am guessing, but this sounds like a typical error you get when a library is not included in the project. Within the ObjectAda IDE, go to the menu selection "Project > Settings" and select the "Search" tab. For "Show links of type" select "Linker Only". Select the "New Insert" button. Browse to the location in your ObjectAda installation of the directory named "apilib", select that folder and then click "Ok". Try building again. Steve (The Duck) "cookie" wrote in message news:b7860c9.0303130355.5d086e0f@posting.google.com... > Thanks all for your help.. though I've run into some problems when > trying build it through objectada (its the notify one I'm using): > --------------------Target: Win32 (Intel) Debug-------------------- > ObjectAda Professional Edition version 7.1.2.806: adabuild > Copyright (c) 1997, Aonix. All Rights Reserved. > obj\elt\testmail.obj > LINK : fatal error LNK1104: cannot open file "ole32.lib" > Linking... > Link of testmail failed rc=0. > Tool execution failed. > > Does anyone how to overcome this? >