Debugging Zortech C++

Usenet file owner usenet at cps3xx.UUCP
Sat Oct 22 05:03:25 AEST 1988


in article <1142 at leah.Albany.Edu>, emb978 at leah.Albany.Edu (Eric M. Boehm) says:
> Keywords: Zortech Codeview Unknown symbol
> Xref: cps3xx comp.lang.c++:1807 comp.lang.c:13214
> 
> I purchased Zortech C++ a few months ago. One of the reasons I purchased
> it (other than object oriented programming) was its "compatibility" with
> Codeview. However, a recent attempt at debugging was quite frustrating. I

Microsoft does not publish their specs on the stack frame for local 
variables. Therefore, anyone who makes a compiler that specifies that
it is Codeview compatible really means that you can step through code
and examine global variables with Codeview. I don't have my Zortech
manual here at work with me, but I believe I saw somewhere in the manual
that you cannot look at local variables. This really is not a Zortech
specific problem, it'll happen with anybody's compiler.

I like the ZOrtech compiler alot, however, their ads are a bit
misleading, as they state that you can compile any Turbo C or Microsoft
C code without changes and that it is Codeview compatible. The
memory manipulation commands are different between Turbo and Microsoft.
Zortech does it Microsoft's way. Also, ZOrtech's method of doing
interrupts is completely different than either one.


John H. Lawitzke      UUCP: ...rutgers!mailrus!frith!fciiho!jhl
Michigan Farm Bureau        ...decvax!purdue!mailrus!frith!fciiho!jhl
Insurance Group



More information about the Comp.lang.c mailing list