Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Clipper > Re: Library
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 18 of 21 Topic 3882 of 3959
Post > Topic >>

Re: Library

by pete@[EMAIL PROTECTED] Apr 17, 2008 at 04:50 AM

In article  <1208368134.603169@[EMAIL PROTECTED]
>
           donl@[EMAIL PROTECTED]
 "Donald Leask" writes:

> A new tack on this theme....
> 
> in a S87 program there is a pFI_TOP procedure which is _not_ in the
source 
> code of the program but does exist in the library LIB_GEN.... the
program is 
> compiled and linked by a script that does not include LIB_GEN.OBJ -
there 
> are no errors in compilation or linkage or runtime. How is this library 
> being included?
> 
> Thanks,
> Donald Leask.

It can only be there in the final app if it exists in a LIB or a 
OBJ in the link script.  Could possibly be be that this procedure 
is hidden in a different PRG somewhere...

The definitive answer will be found in the MAP file; if you have 
one already, look there.  If not, just relink the application 
with the line

        map=appname.map m,s

tagged on the end after "LIB" lines.  Then just use your text 
editor to search this file for PFI_TOP -- that will tell you 
which module it's defined in.

Pete

-- 
   "We have not inherited the earth from our ancestors,
    we have borrowed it from our descendants."
 




 21 Posts in Topic:
Library
"Donald Leask"   2008-04-13 09:58:20 
Re: Library
"Stephen Quinn"  2008-04-13 08:24:31 
Re: Library
"Donald Leask"   2008-04-13 10:37:02 
Re: Library
pete@[EMAIL PROTECTED]   2008-04-13 09:35:46 
Re: Library
"Donald Leask"   2008-04-13 18:02:45 
Re: Library
"Stephen Quinn"  2008-04-13 16:57:58 
Re: Library
"Donald Leask"   2008-04-16 19:51:42 
Re: Library
"Stephen Quinn"  2008-04-17 01:32:37 
Re: Library
"Stephen Quinn"  2008-04-17 01:46:23 
Re: Library
"Donald Leask"   2008-04-17 15:25:02 
Re: Library
klas.engwall@[EMAIL PROTE  2008-04-17 15:34:10 
Re: Library
"Donald Leask"   2008-04-17 18:00:18 
Re: Library
klas.engwall@[EMAIL PROTE  2008-04-17 17:00:45 
Re: Library
"Donald Leask"   2008-04-18 13:22:27 
Re: Library
klas.engwall@[EMAIL PROTE  2008-04-18 23:04:21 
Re: Library
"Donald Leask"   2008-04-19 08:49:34 
Re: Library
"Stephen Quinn"  2008-04-18 03:44:12 
Re: Library
pete@[EMAIL PROTECTED]   2008-04-17 04:50:02 
Re: Library
"Donald Leask"   2008-04-18 12:52:26 
Re: Library
"Donald Leask"   2008-04-18 13:09:10 
Re: Library
pete@[EMAIL PROTECTED]   2008-04-19 11:39:09 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 16:22:37 CDT 2008.