[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::visual

Title:Microsoft Visual C++ bug reports and kits
Notice:Register in Topic 2. 5.Last for latest Kit
Moderator:DECWET::THOMASN
Created:Tue May 17 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:521
Total number of notes:2938

511.0. "Unable to set /debugtype linker switch" by AD::GOODWIN () Tue May 06 1997 12:03

I'm having trouble setting some linker switches in
VC50. I'm trying to add the following:

/fixed:no /debug /debugtype:cv /debugtype:fixup

devstudio removes the /debugtype:cv and I don't
get any debugging information in the linked image.
devstudio also seems to remove /debugtype:cv
when I add just it to the linker switches. Why?
I know it's not typically needed to get debugging
information, but I do need it here since I am specifying
/debugtype:fixup

David


T.RTitleUserPersonal
Name
DateLines
511.1Oops, fixed the widthAD::GOODWINTue May 06 1997 12:0615
I'm having trouble setting some linker switches in
VC50. I'm trying to add the following:

/fixed:no /debug /debugtype:cv /debugtype:fixup

devstudio removes the /debugtype:cv and I don't
get any debugging information in the linked image.
devstudio also seems to remove /debugtype:cv
when I add just it to the linker switches. Why?
I know it's not typically needed to get debugging
information, but I do need it here since I am specifying
/debugtype:fixup

David