Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Where can I download codeview from ?

350 views
Skip to first unread message

Michael Pasierb

unread,
Jul 6, 2000, 3:00:00 AM7/6/00
to

Hi

I would like the newest version which works with masm 6.14

I'll be very greatful if you help me out.

Thanx.

D. Speir

unread,
Jul 6, 2000, 3:00:00 AM7/6/00
to
That would be the one that came with the 16bit
VC v.1.5x . Which if memory servers me is
Codeview v.4.1 . If you have any 32 bit Microsoft
Versions of VC ( 2.0, 4.O, or above) you can get
a free copy of VCv1.5x sent you for shipping only.

Jim B.

unread,
Jul 8, 2000, 3:00:00 AM7/8/00
to
Are you implying that the 32-bit masm 6.14 will work in the 16-bit Codeview?
Jim

"D. Speir" <sp...@gte.net> wrote in message
news:k3995.752$iv4.2...@dfiatx1-snr1.gtei.net...

Tim Roberts

unread,
Jul 8, 2000, 3:00:00 AM7/8/00
to
"Jim B." <jbur...@flash.net> wrote:
>
>Are you implying that the 32-bit masm 6.14 will work in the 16-bit Codeview?

All versions of masm 6 are capable of creating both 16-bit and 32-bit
objects with equal ease. (It may be the ONLY language tool in which a
single excecutable can produce either type.)

CodeView, on the other hand, is strictly a 16-bit debugger. If you are
using MASM to create 16-bit executables, CodeView will work fine. If you
are using MASM to create 32-bit executables, you'll need to use WINDBG, or
Visual Studio, or SoftICE, or some other 32-bit debugger. CodeView will
not work.
--
- Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.

D. Speir

unread,
Jul 9, 2000, 3:00:00 AM7/9/00
to
..Are you implying that the 32-bit masm 6.14 will
..work in the 16-bit Codeview? Jim
------
I am implying nothing, I am simply stating that the
(as far as my knowledge of the situation goes)
latest version of codeview that "will work" with
Masm generated source code debug formatting is
the version that I stated. The later versions of
the MS debugger that came with the 32bit VC IDE's
do not read the Masm generated debug format.
This version of Codeview can view 32bit registers
but to my knowledge it doesn't handle PE format
win32 programs. If you want to debug Win32 assembly
programs you are stuck with debugging that will not
show your source code but rather will show assembly
code only. Some various downloadable debuggers
however do show the Win api function calls since they
are written to recognize them. Regards.


0 new messages