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!48g2000cwx.googlegroups.com!not-for-mail From: "Aurele" Newsgroups: comp.lang.ada Subject: Re: Tash + ObjectAda Help Date: 20 Dec 2006 19:29:07 -0800 Organization: http://groups.google.com Message-ID: <1166671747.257897.29830@48g2000cwx.googlegroups.com> References: <1166656621.759251.64740@i12g2000cwa.googlegroups.com> NNTP-Posting-Host: 209.226.116.155 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1166671753 17367 127.0.0.1 (21 Dec 2006 03:29:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 21 Dec 2006 03:29:13 +0000 (UTC) In-Reply-To: <1166656621.759251.64740@i12g2000cwa.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: 48g2000cwx.googlegroups.com; posting-host=209.226.116.155; posting-account=n6Tb9Q0AAAD90b3f2J-7KdkYh1JNJvev Xref: g2news2.google.com comp.lang.ada:7965 Date: 2006-12-20T19:29:07-08:00 List-Id: 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. On Dec 20, 6:17 pm, msbl...@hotmail.com wrote: > Hello, I've been trying to get Tash and ObjectAda to cooperate and have > had some problems. I've never worked with importing from other > languages so please bear with me. My environment is Nt4.0, ObjectAda > 7.2.2, VC++ 6.0 (if its needed) and Tcl/Tk 8.4.14 installed. My needs > are strictly gui at this point. My first goal was to get the inlcuded > TASH hello_world program running. The first thing I notice is I have > to move a lot of pragma inline calls from after the definition in the > body to after the declaration in the spec - not sure if that's an > ObjectAda-ism or the antiquity of my compiler. So after getting > through all those, I have 239 unresolved externals, doh. So I add > c:\tcl\lib to the linker-only list of links - that gets me down to 8 > unresolved externals, huzzah. I notice in the src directory of the > Tash tarball there are two .a files, hmm, that's a unix/linux > archive-linky-thing, eh? So maybe I have to create equivalent .libs > for Windows? I try building a static library out of the tclmacro.c and > tkmacro.c using VC and include them in ObjectAda, but now I am down to > just one error, fatal error LNK1104: cannot open file LIBC.lib. I get > this one error whether I'm including c:\tcl\lib or not, so I'm not > certain I really need to include it now? I'm *guessing* something is > wrong with the .libs I made with VC. Can anyone make some > suggestions/observations? Thanks!