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 13 of 21 Topic 3882 of 3953
Post > Topic >>

Re: Library

by klas.engwall@[EMAIL PROTECTED] (Klas Engwall) Apr 17, 2008 at 05:00 PM

Donald,

># --------------------------- FILES
>
>#
>
>FILE V3_MAIN
>
>FILE LIB_GEN , LIB_NET , LIB_ERR , SHOWHELP , CTOOLD87

There it is, LIB_GEN.OBJ

If you examine your work directory you should find it there, either
with an old date (the old version you have used before) or a new date
(if you have compiled the changed LIB_GEN.PRG according to Pete's
instructions).

Or you might have an old LIB_GEN.OBJ somwhere in your OBJ path (type
SET OBJ on the commandline to find out where that is). If so that is
the version that has been linked up to now, and you can probably
safely ignore it once you have compiled the new version.

>OUTPUT VETPET3
>
>BLINKER EXECUTABLE CLIPPER F100;R2;E000
>
>BLINKER MESSAGE NOBLINK
>
>BLINKER MEMORY PACK 10
>
>BLINKER INCREMENTAL OFF
>
>#
>
># --------------------------- OVERLAYS
>
>#
>
>#
>
>BEGINAREA CLIPPER
>
>FILE V3_CLIE
>
>FILE V3_TXNS
>
>FILE V3_PATI1
>
>FILE V3_PATI2
>
>FILE V3_POWN
>
>FILE V3_MEND1
>
>FILE V3_MEND2
>
>FILE V3_REPOS
>
>FILE V3_REPOC
>
>FILE V3_EXTR
>
>FILE V3_UTIL
>
>FILE V3_CODE
>
>FILE V3_CRED
>
>FILE V3_VETW
>
>FILE V3_DUMMY
>
>ALLOCATE EXTEND
>
>ENDAREA
>
>#
>
># --------------------------- OTHER LIBRARIES
>
>#
>
>LIB CT1 , PROCLIP2 , CLIPPER

And this is where the link script tells Blinker what other libs to
include. That answers Steve's question from yesterday.

>> BTW, do you use both the batch file and the make file? Do you
>> sometimes call rmake.exe with the name of the make file as an argument
>> and sometimes just the batch file with the list of calls to
clipper.exe?
>
>
>No - I don't think so - hell, I am so confused now...

Ok, ok, take a deep breath now <g>.

When you make a change in one of your source code modules and have
saved the change to disk, what do you do next to build the new exe? Do
you type the name of a batch file (the one that you posted at the top
of your previous message) or something else?

Do you have a bunch of .clp files (like v3_MAIN.clp for example)? That
is where the list of .prg files that go into each .obj file is
specified, if I understand your build process correctly. Could you
post the names of those .clp files, please? Once we know what you
have, it will be easier to suggest a solution that will work
automatically next time.

Regards,
Klas

-------
klas dot engwall at engwall dot com

http://www.engwall.com/clipper/

The LFN Library for Clipper
The LanMan Library for Clipper
The NFPAT1A Timeslice release patch for the Nanforum Toolkit
 




 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 Wed Jul 9 1:48:10 CDT 2008.