Click here to Skip to main content
15,902,839 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog Question and Combo/List Box Question Pin
LighthouseJ27-Oct-05 14:24
LighthouseJ27-Oct-05 14:24 
GeneralRe: Dialog Question and Combo/List Box Question Pin
Christian Graus27-Oct-05 15:00
protectorChristian Graus27-Oct-05 15:00 
GeneralRe: Dialog Question and Combo/List Box Question Pin
LighthouseJ27-Oct-05 15:31
LighthouseJ27-Oct-05 15:31 
QuestionBuilding debug version without MSVCP71D.DLL!? Pin
Gunn31727-Oct-05 11:27
Gunn31727-Oct-05 11:27 
AnswerRe: Building debug version without MSVCP71D.DLL!? Pin
Chris Losinger28-Oct-05 4:23
professionalChris Losinger28-Oct-05 4:23 
GeneralRe: Building debug version without MSVCP71D.DLL!? Pin
Gunn31728-Oct-05 4:57
Gunn31728-Oct-05 4:57 
GeneralRe: Building debug version without MSVCP71D.DLL!? Pin
Chris Losinger28-Oct-05 5:02
professionalChris Losinger28-Oct-05 5:02 
AnswerSolved! Pin
Gunn31728-Oct-05 6:44
Gunn31728-Oct-05 6:44 
Thanks for the reply. We don't use MFC; that option is set to "Use Standard Windows Libraries". Anyway...I fixed my problem!

I used the linker option /VERBOSE to see information on libraries being searched and processed. What I got was a bunch of information, beginning with:

<codelinking...
starting pass="" 1
processed="" defaultlib:msvcprtd
processed="" defaultlib:uuid.lib
...
processed="" defaultlib:msvcprt
<="" code="">

I looked in the help and found that msvcp71d.dll is included from msvcprtd. I have no idea why this is being included as a DEFAULTLIB! And you can also see that the release version is also included at the very end of this list.

This also explains why my 'Ignore specific library' of msvcp71d.dll didn't do a thing. That is because that option will only ignore a library if it is found in this list. So, I added 'msvprtd' to the 'Ignore Specific Library' field. When I relinked, that first line was gone, and using the Dependency Walker, my app was now linking with the release libraries. Big Grin | :-D

Thanks for the help,
QuestionGeneric List and n-criteria sorting Pin
Mariano Lopez-Gappa27-Oct-05 8:47
Mariano Lopez-Gappa27-Oct-05 8:47 
AnswerRe: Generic List and n-criteria sorting Pin
David Crow27-Oct-05 9:38
David Crow27-Oct-05 9:38 
GeneralRe: Generic List and n-criteria sorting Pin
Mariano Lopez-Gappa27-Oct-05 16:55
Mariano Lopez-Gappa27-Oct-05 16:55 
GeneralRe: Generic List and n-criteria sorting Pin
John M. Drescher27-Oct-05 20:36
John M. Drescher27-Oct-05 20:36 
GeneralRe: Generic List and n-criteria sorting Pin
Mariano Lopez-Gappa28-Oct-05 4:54
Mariano Lopez-Gappa28-Oct-05 4:54 
AnswerRe: Generic List and n-criteria sorting Pin
carks27-Oct-05 10:17
carks27-Oct-05 10:17 
Questionmath question Pin
Manu_8127-Oct-05 7:55
Manu_8127-Oct-05 7:55 
AnswerRe: math question Pin
toxcct27-Oct-05 8:12
toxcct27-Oct-05 8:12 
AnswerRe: math question Pin
Bob Flynn27-Oct-05 9:40
Bob Flynn27-Oct-05 9:40 
GeneralRe: math question Pin
Manu_8127-Oct-05 10:19
Manu_8127-Oct-05 10:19 
QuestionInscrease width of columns in datagrid Pin
cppdotnet27-Oct-05 7:55
cppdotnet27-Oct-05 7:55 
AnswerRe: Inscrease width of columns in datagrid Pin
Chris Losinger27-Oct-05 8:52
professionalChris Losinger27-Oct-05 8:52 
GeneralRe: Inscrease width of columns in datagrid Pin
cppdotnet27-Oct-05 9:04
cppdotnet27-Oct-05 9:04 
GeneralI tried Pin
cppdotnet27-Oct-05 9:10
cppdotnet27-Oct-05 9:10 
QuestionMultibyte strings not displaying correctly Pin
Ian Bowler27-Oct-05 7:00
Ian Bowler27-Oct-05 7:00 
AnswerRe: Multibyte strings not displaying correctly Pin
Prakash Nadar27-Oct-05 8:35
Prakash Nadar27-Oct-05 8:35 
GeneralRe: Multibyte strings not displaying correctly Pin
Ian Bowler27-Oct-05 8:45
Ian Bowler27-Oct-05 8:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.