How to Use mfc71d.dll not mfc71.dll ?



How to Use mfc71d.dll not mfc71.dll ?..

Answer / mallikharjuna rao.a

mfc71d.dll will used when we build exe or dll in debug
build. mfc71 will be used in release build

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More VC++ AllOther Interview Questions

What is cmutex? How can we use it?

0 Answers  


Name the three types of loops used in C++ programs?

4 Answers  


How do I change visual code font?

0 Answers  


Difference between getmessage, postmessage & peakmessage.

0 Answers  


What is a mnemonic?

1 Answers  






What is visual c++ runtime?

0 Answers  


What is microsoft visual c++ 2005 redistributable?

0 Answers  


#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}

1 Answers  


What is the difference between Undo and Redo?

15 Answers   Google,


What is the purpose of a C++ namespace?

2 Answers  


What is persistence?

3 Answers  


What is microsoft visual c++ 2013 redistributable package x64?

0 Answers  


Categories