I compiled a group of prgs using -b but <br>when I use cld <appname> I dont go into the debugger ..<br>Any ideas ?<br>Any help would be appreciated.<br><br>thanks<br>john
you most link the cld.lib in the program<br><br>This is an example fron mi prog.lnk<br><br>file IMP_INS<br>file IMP_INST<br>file IMP_PED<br>file REP_INS<br>file IMP_MAX<br>FILE CLD.LIB<br><br>lib clipper<br>lib extend<br>lib dbfntx<br>lib terminal<br>LIB CT<br>lib cld<br><br><br>then add a atld() in your program and this stop and show the debuger
I tried linking in CLD.Lib and still I was not<br>able to invoke the debugger..<br>Does CLD have an OBJ file ? <br>Where do i get Atlid() ?<br><br>Thanks<br>john
No Cld haven't a OBJ file, you need link cld.lib like a cld.obj. You link the cld.lib with yours OBJ, no compile the cld.lib, use the cld.lib like a obj<br><br>And altd() is a standard function un clipper, it's like you press alt+d for invoke cld, but the program do it for you and show cld screen<br>Sorry, I check a i wrote atld()and is altd()<br><br>I hope you can this time<br>Tomas
A useful option of the Clipper Debugger (CLD) is /s (as in:<br> CLD /s appname ) which will display a split screen (on <br>EGA or VGA) which can view the source code on a screen and<br>the application on another.<br>
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.