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


|