CompuServe Thread

#IPAS Debugging

3 messages in this thread
#140106From: Don OberthurDec 6, 1994 12:11 PM
I am a new IPAS developer and am looking for information on the best way of debugging IPAS routines. I have the WATCOM 10 compiler and the IPAS 4 toolkit. Is it possible to debug 3DS/IPAS applications in a DOS Application under Windows 3.1? Are there any Books, tutorials, papers, etc. on IPAS development? Thanks in advance, Don Oberthur
#140111From: Jonas Ruikis [ADESK]Dec 6, 1994 12:32 PM
Hi Don, << I am a new IPAS developer and am looking for information on the best way of debugging IPAS routines. I have the WATCOM 10 compiler and the IPAS 4 toolkit. >> Please see the README that is included in your IPAS4 installed directory. It outlines the process for debugging under Watcom10. However, the line marked "md /trap…" should be "wd ".. I use the single machine with a monochrome and a SVGA monitor (ie. two monitor one machine set up). This seems to be one common set up. The other is 2 machines communicating through the COM port. Also, note that you do not need PharLap to compile and link IPAS routines under Watcom10 but you *will* need PharLap when compiling/linking if you plan on debugging under Watcom10. << Is it possible to debug 3DS/IPAS applications in a DOS Application under Windows 3.1? >> I don't know of any. << Are there any Books, tutorials, papers, etc. on IPAS development? >> I'll send you a zip file of all of the IPAS3 threads. jonas[adesk]
#140189From: Don OberthurDec 6, 1994 5:46 PM
Hi Jonas Thanks for the information. Don