Click here to Skip to main content
15,924,317 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
I'm using Visual Studio .NET 2003 in C++. I'm trying to build a re-distributable application that is a Debug build (for a multitude of reasons) but one that is not using MSVCP71D.DLL and MSVCR71D.DLL. I want to use the release versions of these libraries (MSVCP71.DLL and MSVCR71.DLL). I didn't really thing it was a big deal.

In the projects property pages, I changed the C/C++->Code Generation: Runtime Library to be "Multi-threaded DLL (/MD)" from "Multi-threaded Debug DLL (/MDd)". I rebuilt the application. I used the Dependency Walker to check and it was linked to both versions of these libraries still!

This application statically links with a bunch of our static libraries. So I modified all of those libraries option for the Debug configuration to also be set to the /MD option. Rebuilt *everything*, rebuilt the application...no change!?

Is there something I am missing?...some property page setting I'm overlooking? Is there a tool to help me figure out why its linking against MSVCP71D.DLL? The Dependency Walker (the one packaged with MSVC++ 6) is nice, but it is showing this file to be a the top level of the tree; no help.

I'd appreciate any comments. Confused | :confused:

PS>I had a similiar issue with building this project which statically links an Intel Fortran library which was using debug DLL's (non-redistributable). Changing the Fortran libraries property to "Multhread DLL" solved the problem...


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 
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 

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.