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 13:24:06 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: ggroups@guff.org (cookie) Newsgroups: comp.lang.ada Subject: Re: sending email through ada95 Date: 13 Mar 2003 13:24:05 -0800 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 80.1.27.78 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1047590646 20951 127.0.0.1 (13 Mar 2003 21:24:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Mar 2003 21:24:06 GMT Xref: archiver1.google.com comp.lang.ada:35299 Date: 2003-03-13T21:24:06+00:00 List-Id: Unfortunutely that isn't it.. I can only use the school computer (maybe this is possibly restricted or something? doubtful though) and I can't try it at home as objectada Special.ed only allows a minimum of 2000 lines (claw.adb is >6000). Have you any other ideas that I could try? Thanks again. "Steve" wrote in message news:... > 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? > >