Click here to Skip to main content
15,901,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC-Dll? Pin
$uresh $hanmugam8-May-07 3:42
$uresh $hanmugam8-May-07 3:42 
GeneralRe: MFC-Dll? Pin
Rajesh R Subramanian8-May-07 6:14
professionalRajesh R Subramanian8-May-07 6:14 
GeneralRe: MFC-Dll? Pin
$uresh $hanmugam8-May-07 19:33
$uresh $hanmugam8-May-07 19:33 
GeneralRe: MFC-Dll? Pin
Sam_c8-May-07 0:27
Sam_c8-May-07 0:27 
QuestionDll registeration failed in debug build Pin
tom groezer7-May-07 23:19
tom groezer7-May-07 23:19 
AnswerRe: Dll registeration failed in debug build Pin
Cedric Moonen8-May-07 0:14
Cedric Moonen8-May-07 0:14 
GeneralRe: Dll registeration failed in debug build Pin
tom groezer8-May-07 2:00
tom groezer8-May-07 2:00 
GeneralRe: Dll registeration failed in debug build Pin
Cedric Moonen8-May-07 2:49
Cedric Moonen8-May-07 2:49 
tom groezer wrote:
What implication will running vcredist_x86 will have?


It install the C runtime libraries and MFC libraries, but of course, only the release versions of these libraries.


tom groezer wrote:
I think I'm right that unless the dll gets registered it shall not be recognized for debugging.


I don't agree: when you register it, the dll will be loaded and a specific function of it will be called. In your case, loading the dll will fail because the debug versions of the dll's it use are not found.


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Dll registeration failed in debug build Pin
tom groezer8-May-07 5:13
tom groezer8-May-07 5:13 
GeneralRe: Dll registeration failed in debug build Pin
Cedric Moonen8-May-07 5:50
Cedric Moonen8-May-07 5:50 
QuestionPrinting Problems [modified] Pin
Nelek7-May-07 23:08
protectorNelek7-May-07 23:08 
Question64 bit linking Error. Pin
VC_RYK7-May-07 21:09
VC_RYK7-May-07 21:09 
AnswerRe: 64 bit linking Error. Pin
Gavin Taylor8-May-07 0:11
professionalGavin Taylor8-May-07 0:11 
GeneralRe: 64 bit linking Error. Pin
VC_RYK8-May-07 0:47
VC_RYK8-May-07 0:47 
Questiontab navigation,plz help me Pin
prathuraj7-May-07 21:05
prathuraj7-May-07 21:05 
AnswerRe: tab navigation,plz help me Pin
Hamid_RT7-May-07 21:09
Hamid_RT7-May-07 21:09 
GeneralRe: tab navigation,plz help me Pin
prathuraj7-May-07 21:32
prathuraj7-May-07 21:32 
GeneralRe: tab navigation,plz help me Pin
Rajesh R Subramanian7-May-07 21:48
professionalRajesh R Subramanian7-May-07 21:48 
GeneralRe: tab navigation,plz help me Pin
David Crow8-May-07 2:55
David Crow8-May-07 2:55 
GeneralRe: tab navigation,plz help me Pin
Hamid_RT9-May-07 6:40
Hamid_RT9-May-07 6:40 
AnswerOff topic Pin
Rajesh R Subramanian7-May-07 21:45
professionalRajesh R Subramanian7-May-07 21:45 
GeneralRe: Off topic Pin
prathuraj8-May-07 0:24
prathuraj8-May-07 0:24 
QuestionMessage to Debug window in VC++ IDE Pin
ragavan7-May-07 20:56
ragavan7-May-07 20:56 
AnswerRe: Message to Debug window in VC++ IDE Pin
Stephen Hewitt7-May-07 20:59
Stephen Hewitt7-May-07 20:59 
AnswerRe: Message to Debug window in VC++ IDE Pin
ThatsAlok16-May-07 20:21
ThatsAlok16-May-07 20:21 

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.