News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

CVPACK?

Started by herge, May 22, 2008, 09:05:30 PM

Previous topic - Next topic

herge


Hi ALL:

What does CVPACK.EXE do?
I now have a .DBG file instead of
a .PDB file. I presume they are
more or less the same.
When I try to exe2bin the exe to a com
it says file can not be converted.

Thanks in advance.
// Herge born  Brussels, Belgium May 22, 1907
// Died March 3, 1983
// Cartoonist of Tintin and Snowy

MichaelW

There is a description of CVPACK here

The later16-bit linkers include a /TINY option that makes exe2bin unnecessary. The error message that you are getting from exe2bin may mean that the file cannot be converted at all, for example, because it contains segment references.
eschew obfuscation