CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (3 messages)

Jud, Yes, that sounds like exactly the behavior I'm getting… with the correct function name below, but an irrelevant inline function header file in the code window. Frustrating, ain't it? Please let me know if Symantec tells you anything useful! – Jud (Ames) (P.S. My full name is Judson Ames…
Hi! I'm having a problem with both the source debugger and the C++ compiler. Both seem to frequently report the wrong file for an error. For example, the compiler will report an error on line 34 of the Prefix, even though I don't have any prefix code. After several minutes…
_vtbl Message #7054
Joel, I've seen lots of those too. They seem to mean that the linker can't find *any* of the implementation of atom. "_vtbl" is just the first (internal) method it decided to mention. – Ames