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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3daa1e21d59230bf X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!a3g2000cwd.googlegroups.com!not-for-mail From: "Aurele" Newsgroups: comp.lang.ada Subject: Re: Tash + ObjectAda Help Date: 21 Dec 2006 12:31:54 -0800 Organization: http://groups.google.com Message-ID: <1166733114.043345.61510@a3g2000cwd.googlegroups.com> References: <1166656621.759251.64740@i12g2000cwa.googlegroups.com> <1166671747.257897.29830@48g2000cwx.googlegroups.com> <1166727088.309926.155140@42g2000cwt.googlegroups.com> NNTP-Posting-Host: 209.226.121.92 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1166733120 26141 127.0.0.1 (21 Dec 2006 20:32:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 21 Dec 2006 20:32:00 +0000 (UTC) In-Reply-To: <1166727088.309926.155140@42g2000cwt.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: a3g2000cwd.googlegroups.com; posting-host=209.226.121.92; posting-account=n6Tb9Q0AAAD90b3f2J-7KdkYh1JNJvev Xref: g2news2.google.com comp.lang.ada:7978 Date: 2006-12-21T12:31:54-08:00 List-Id: Not sure why the ".LRF" file works. Here is another observation. You might want to use "Libcmt.lib" (the multi-thread version) instead of "Libc.lib". Also, regarding the "oldnames.lib" problem. Make a complete backup of the ../Aonix/ObjectAda "Bin" and "Lib" directories, and replace certain older Microsoft files with newer one from your recent MS C++ compiler (example: in the Bin directory, replace the linker, lib, etc, and in the Lib directory, replace kernel.lib, libcmt.lib etc). You get the idea. If done correctly. it should solve the problem. Make sure you make that back though, you never know, but it works for me. On Dec 21, 1:51 pm, msbl...@hotmail.com wrote: > Aurele wrote: > > Using notepad, try creating a new text file named "What_Ever.LRF" (i.e. > > Library ReFerence) in your release (and/or debug) directory of your > > project directory. Assuming the libries are all located in the project > > directory under "My Libary", then the file sould include a list of the > > reference llibries. Example "..\My Library\Libc.lib", etc. Hope this > > helps.Well, that did the trick, then it complained about oldnames.lib and I > fixed it in the same way. Strange thing to me is the apilib directory > of ObjectAda has *both* of these .libs, and pointing to it does > nothing, but this .lrf method does! Could you explain how this .LRF > file works differently then using the (more correct I'd assume) project > settings way? > > Anyhoo, thank you very much Aurele!!!