Click here to Skip to main content
15,917,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Access Violation on App InitInstance Pin
kakan27-Oct-05 19:36
professionalkakan27-Oct-05 19:36 
GeneralRe: Access Violation on App InitInstance Pin
prasad_som27-Oct-05 19:43
prasad_som27-Oct-05 19:43 
GeneralRe: Access Violation on App InitInstance Pin
Prakash Nadar27-Oct-05 20:11
Prakash Nadar27-Oct-05 20:11 
GeneralRe: Access Violation on App InitInstance Pin
NeverFall27-Oct-05 20:48
NeverFall27-Oct-05 20:48 
QuestionRe: Access Violation on App InitInstance Pin
Prakash Nadar27-Oct-05 21:24
Prakash Nadar27-Oct-05 21:24 
AnswerRe: Access Violation on App InitInstance Pin
NeverFall27-Oct-05 21:30
NeverFall27-Oct-05 21:30 
GeneralRe: Access Violation on App InitInstance Pin
Prakash Nadar27-Oct-05 22:49
Prakash Nadar27-Oct-05 22:49 
QuestionDialog Question and Combo/List Box Question Pin
LighthouseJ27-Oct-05 12:02
LighthouseJ27-Oct-05 12:02 
AnswerRe: Dialog Question and Combo/List Box Question Pin
Christian Graus27-Oct-05 13:00
protectorChristian Graus27-Oct-05 13:00 
AnswerRe: Dialog Question and Combo/List Box Question Pin
rahulv27-Oct-05 13:05
rahulv27-Oct-05 13:05 
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 

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.