Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ClipWeb Error System

Status
Not open for further replies.

wayerway4

Programmer
Jan 12, 2015
1
0
0
US
How do I make a new OBJ file with cgierror.prg What switches do I use on the command line?
 
If i recall correctly, you have to use a linker, like RTLink

Ez Logic
Michigan
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top