You use the clipper compiler to create OBJ, the linker is used afterword to link the object files (.obj).
clipper cgierror.prg
Creates the cgierror.OBJ
then you link, you should look for a *.lnk file and inspect it to see how the project has been assembled previously.
Possible something like this:
rtlink fi cgierror.obj, obj1.obj, obj2.obj...
Lyndon
---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.